FileSystemItemInfo.IsDirectory Property
Gets whether a file system item is a directory.
Namespace: DevExtreme.AspNet.Mvc.FileManagement
Assembly: DevExtreme.AspNet.Core.dll
Declaration
public bool IsDirectory { get; }
Property Value
| Type | Description |
|---|---|
| Boolean | true, if a file system item is a directory; otherwise, false. |
See Also