ShellChangeNotifierAddItemIdList Method (ItemIdList, Boolean, NotificationEvents) |
Subscribes for notifications in the passed folder using the passed settings.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public void AddItemIdList(
ItemIdList pFolderIdList,
bool pRecursive,
NotificationEvents pEventFilter
)
Public Sub AddItemIdList (
pFolderIdList As ItemIdList,
pRecursive As Boolean,
pEventFilter As NotificationEvents
)
public:
void AddItemIdList(
ItemIdList^ pFolderIdList,
bool pRecursive,
NotificationEvents pEventFilter
)
member AddItemIdList :
pFolderIdList : ItemIdList *
pRecursive : bool *
pEventFilter : NotificationEvents -> unit
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 Remarks Depending on the folder and recursive setting notifications may be reported in more detail.
See Also