Gets or sets the path this folder is mapped on its provider file system

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

Syntax

C#
[XmlElementAttribute("mappedpath")]
public string MappedPath { get; set; }
Visual Basic
<XmlElementAttribute("mappedpath")> 
Public Property MappedPath As String
	Get
	Set

Implements

IFolderInfo..::..MappedPath

See Also