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

Opens the property bag for the passed pFolderIdList from the bag with the specified name.

Syntax
Pascal
function Open(const pFolderIdList: IItemIdList; const pName: string = ''): Boolean; override;
Parameters 
Description 
const pFolderIdList: IItemIdList 
The ItemIdList of the folder. 
const pName: string = '' 
Name of the property bag. 

Boolean