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