summaryP:DotNetNuke.Services.FileSystem.FolderInfo.DisplayPath

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

Syntax

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

Implements

IFolderInfo..::..DisplayPath

See Also