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.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax public 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
Type:
ItemIdListSee Also