ProjectedFileSystemItemIsDirectory Property |
Gets or sets a value that indicates if the current item is a file or a directory.
Namespace:
ShellBoost.Core.ProjFS
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public bool IsDirectory { get; set; }
Property Value
Type:
Booleantrue if the item is a directory; false otherwise.
See Also