ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
JamItemIdList.TJamItemIdList.CreateForSpecialFolder

Static factory method that returns an IItemIdList for a given special folder.

Syntax
Pascal
class function CreateForSpecialFolder(pSpecialFolder: TJamShellFolder; pFromCache: Boolean = True): IItemIdList; overload;
Parameters 
Description 
pSpecialFolder: TJamShellFolder 
The special folder for that the IItemIdList should be returned. 
pFromCache: Boolean = True 
Pass True for getting a reference to a cached ItemIdList, this is the default value and more efficient. Pass False if you need an entriely new ItemIdList. 

IItemIdList