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