ChangeNotifyEntry Constructor |
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public ChangeNotifyEntry(
ShellItemIdList idList,
bool recursive = false
)
Parameters
- idList
- Type: 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