summaryP:DotNetNuke.Services.FileSystem.FolderInfo.PhysicalPath

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

Syntax

C#
[XmlElementAttribute("physicalpath")]
public string PhysicalPath { get; }
Visual Basic
<XmlElementAttribute("physicalpath")> 
Public ReadOnly Property PhysicalPath As String
	Get

Implements

IFolderInfo..::..PhysicalPath

See Also