| ShellListViewFolderIdList Property  | 
 
            FolderIdList contains a pointer to the ItemIdList of the current folder.
            
 
    Namespace: 
   Jam.Shell
    Assembly:
   ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
 Syntax
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
Type: 
ItemIdList See Also
See Also