ShellBrowser Delphi Components Documentation
|
Static factory method that returns an IItemIdList for a given special folder.
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