ChangeNotifier Constructor |
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public ChangeNotifier(
IWithIdList idList,
bool recursive = true,
SHCNE events = SHCNE.SHCNE_ALLEVENTS,
int waitForErrorTimeout = 100,
SHCNRF registerFlags = SHCNRF.SHCNRF_InterruptLevel|SHCNRF.SHCNRF_ShellLevel
)
Parameters
- idList
- Type: ShellBoost.CoreIWithIdList
The PIDL for which to receive notifications. Pass null to monitor all children. - 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. - events (Optional)
- Type: ShellBoost.Core.WindowsShellSHCNE
A combination of values that indicate the type of events for which to receive notifications. - waitForErrorTimeout (Optional)
- Type: SystemInt32
The timeout in milliseconds to wait for an error. - registerFlags (Optional)
- Type: ShellBoost.Core.WindowsShellSHCNRF
Flags that indicate the type of events for which to receive notifications. Note SHCNRF_NewDelivery is always set implicitly.
See Also