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