ShellSystemListFolderIdList Property |
Get or set the ItemIdList of the folder the component currently displays respectively
the folder the component shall display.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.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