ShellChangeNotifierAddItemIdList(ItemIdList, Boolean, NotificationEvents) Method |
Subscribes for notifications in the passed folder using the passed settings.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic 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 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
RemarksDepending on the folder and recursive setting notifications may be reported in more detail.
See Also