Click or drag to resize

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

Property Value

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