Indicates if the folder provider supports mapped paths when creating new folders

Namespace: DotNetNuke.Services.FileSystem
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public virtual bool SupportsMappedPaths { get; }
Visual Basic
Public Overridable ReadOnly Property SupportsMappedPaths As Boolean
	Get

Remarks

If this method is not overrided it returns false

See Also