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 | |
Folders | Array <Folder> | Returns the folder type items (property folders, traditional folders and viewfolders) in a IShellItems instance. |
FoldersParentLocation | FolderCollection | Returns the parent location of the folder (property folders, traditional folders and viewfolders) in a IShellItems instance. |
ObjectFiles | FileCollection | Returns the file type items in a IShellItems instance. |
ObjectVersions | Array <ObjectVersionEx> | Returns the object versions of items in a IShellItems instance. |
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. |