ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
JamShellChangeNotifier.TJamShellChangeNotifier.AddItemIdList

Adds an ItemIdList of a file or directory for watching.

Syntax
Pascal
procedure AddItemIdList(const pItemIdList: IItemIdList; const pRecursive: Boolean; pEventFilter: TNotificationEvents = []); overload;
Parameters 
Description 
const pItemIdList: IItemIdList 
The IItemIdList to watch. 
const pRecursive: Boolean 
Overrides TJamShellChangeNotifier.Recursive for this ItemIdList. 
pEventFilter: TNotificationEvents = [] 
A set of TNotificationEvent to be watched. If empty the TJamShellChangeNotifier.EventFilter is watched.