Click or drag to resize

ChangeNotifyEntryIsRecursive Property

Indicates whether to post notifications for children of this PIDL. For example, if the PIDL points to a folder, then file notifications would come from the folder's children if this flag was true.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public bool IsRecursive { get; }

Property Value

Type: Boolean
A boolean value.
See Also