ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
Jam.Shell.ViewSettings.TJamCustomViewStatePropertyBag.Open

Opens the property bag for a specified folder.

Syntax
Pascal
function Open(const pFolderIdList: IItemIdList; const pName: string = ''): Boolean; override; overload;
Parameters 
Description 
const pFolderIdList: IItemIdList 
The absolute ItemIdList of a folder to load or store the view settings.  
const pName: string = '' 
Optional: The name of the property bag (Windows Explorer uses "Shell").  

True if successfully opened or False otherwise.