ShellBrowserBaseFolderIdList Property |
This property should only be used by advanced users.
The returned ItemIdList has to be freed when it is not needed any more.
Namespace: Jam.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntaxpublic ItemIdList FolderIdList { get; set; }Public Property FolderIdList As ItemIdList
Get
Set
public:
property ItemIdList^ FolderIdList {
ItemIdList^ get ();
void set (ItemIdList^ value);
}member FolderIdList : ItemIdList with get, set
Property Value
ItemIdList
See Also