IShellItems is an interface for accessing the content of M-Files Shell listing items. The set of all items currently visible in the listing are represented as an IShellItems as well as the set of currently selected items.
GetFoldersCount | Gets the number of folder items. This method is faster than constructing the folders collection. |
GetObjectVersionsCount | Gets the number of object versions. This method is faster than constructing the object versions collection. |
Count | Returns the number of items in a IShellItems instance. |
Folders | Returns the folder type items (property folders, traditional folders and view folders) in a IShellItems instance. |
ObjectFiles | Returns the file type items in a IShellItems instance. |
ObjectVersions | Returns the object versions of items in a IShellItems instance. |
ObjectVersionsAndProperties | Returns the object versions and properties of items in a IShellItems instance. |