Click or drag to resize

ShellChangeNotifierAddItemIdList Method (ItemIdList, Boolean, NotificationEvents)

Subscribes for notifications in the passed folder using the passed settings.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
public void AddItemIdList(
	ItemIdList pFolderIdList,
	bool pRecursive,
	NotificationEvents pEventFilter
)

Parameters

pFolderIdList
Type: Jam.ShellItemIdList
The folder to watch.
pRecursive
Type: SystemBoolean
true, if notifications for subfolders should be reported as well.
pEventFilter
Type: Jam.ShellNotificationEvents
A filter specifying the events to watch.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown when one or more required arguments are null.
Remarks
Depending on the folder and recursive setting notifications may be reported in more detail.
See Also