FolderIdList contains a pointer to the ItemIdList of the current folder.
| 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); }