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; pEventFilter: TNotificationEvents = []); overload;
Parameters 
Description 
const pItemIdList: IItemIdList 
The IItemIdList to watch. 
pEventFilter: TNotificationEvents = [] 
A set of TNotificationEvent to be watched. If empty the TJamShellChangeNotifier.EventFilter is watched.