Click or drag to resize

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
C#
public bool IsDirectory { get; }

Property Value

Type: Boolean
true if the item is a directory; false otherwise.
See Also