ShellChangeNotifierAddItemIdList Method (ItemIdList) |
Subscribes for notifications in the passed folder using current settings for
Recursive and
EventFilter.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public void AddItemIdList(
ItemIdList pFolderIdList
)
Public Sub AddItemIdList (
pFolderIdList As ItemIdList
)
public:
void AddItemIdList(
ItemIdList^ pFolderIdList
)
member AddItemIdList :
pFolderIdList : ItemIdList -> unit
Parameters
- pFolderIdList
- Type: Jam.ShellItemIdList
The folder to watch.
See Also