ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
JamItemIdList.TJamItemIdList.CreateForSpecialFolder

Static factory method that returns an IItemIdList for the special folder identified by pDisplayName

Syntax
Pascal
class function CreateForSpecialFolder(pDisplayName: UnicodeString): IItemIdList; overload;
Parameters 
Description 
pDisplayName: UnicodeString 
The name of the special folder for that the IItemIdList should be returned. 

An IItemIdList if a special folder with the name could be found, nil otherwise

Example: With pDisplayName = 'Windows' you get the IItemIdList for SF_Windows.