Click or drag to resize

ShellChangeNotifierAddItemIdList(ItemIdList, Boolean, NotificationEvents) Method

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

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

Parameters

pFolderIdList  ItemIdList
The folder to watch.
pRecursive  Boolean
true, if notifications for subfolders should be reported as well.
pEventFilter  NotificationEvents
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