FileSystemItemInfo.Path Property
In This Article
Gets a file system item’s path.
Namespace: DevExtreme.AspNet.Mvc.FileManagement
Assembly: DevExtreme.AspNet.Core.dll
#Declaration
C#
public string Path { get; }
#Property Value
Type | Description |
---|---|
String | The path. |
See Also