Click or drag to resize
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.WebServer
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public List<string> PathParts { get; }

Property Value

Type: ListString
See Also