IShellItems
IShellItems represent a list of Objects in IShellListing, usually the current selection or list of all items in the view.
See the Overview chapter Listing View for more details how to operate the Listing View.
The ObjectVersions type is ObjectVersionEx.
Properties
| Name | Type | Description |
|---|---|---|
| Count | number | Returns the number of items in a IShellItems instance. |
| Folders | Array < IFolder > | List of selected Folders |
| ObjectFiles | Array < IObjectFile > | List of selected Object Files |
| ObjectVersions | Array < IObjectVersionEx > | List of selected Object Versions |
Methods
| Name | Description |
|---|---|
| GetFoldersCount | Gets the number of folders. |
| GetObjectVersionsAndProperties | Gets the object versions and properties for objects in listing. |
| GetObjectVersionsCount | Gets the number of object versions. |