Click or drag to resize

ChangeNotifyEntry Constructor

Initializes a new instance of the ChangeNotifyEntry class.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public ChangeNotifyEntry(
	ShellItemIdList idList,
	bool recursive = false
)

Parameters

idList
Type: callback.ShellBoost.CoreShellItemIdList
The PIDL for which to receive notifications.
recursive (Optional)
Type: SystemBoolean
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.
See Also