RequestReceivedEventArgsPathParts Property |
Gets a list of the folders from the root to the file. An empty list indicates that the file is in root.
Namespace: VirtualRadar.Interface.WebServerAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public List<string> PathParts { get; }
Public ReadOnly Property PathParts As List(Of String)
Get
public:
property List<String^>^ PathParts {
List<String^>^ get ();
}
member PathParts : List<string> with get
Property Value
Type:
ListStringSee Also