Get or set the ItemIdList of the folder the component currently displays respectively
the folder the component shall display.
| C# | Visual Basic | Visual C++ |
public ItemIdList FolderIdList { get; set; }
Public Property FolderIdList As ItemIdList
public: property ItemIdList^ FolderIdList { ItemIdList^ get (); void set (ItemIdList^ value); }