summaryP:DotNetNuke.Services.FileSystem.FileInfo.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

IFileInfo..::..PhysicalPath

See Also