Item Properties |
The Item type exposes the following members.
| Name | Description | |
|---|---|---|
| Attributes |
Attributes that can be retrieved on a Shell item (file or folder) or set of Shell items.
| |
| DateAccessed |
Get the last time the item was accessed.
| |
| DateCreated |
Get the date and time the item was created on the file system where it is currently located.
| |
| DateModified |
Get the date and time of the last modification to the item.
| |
| FileAttributes |
Gets the file attributes.
| |
| IdList |
Gets this item's absolute PIDL.
| |
| Index |
Gets this item's index when it was retrieved from an enumeration.
| |
| IsFileSystemFolder |
Gets a value indicating whether this instance is a physical folder.
| |
| IsFolder |
Gets a value indicating whether this instance is a folder.
Note a Shell Folder can be a physical file (like .zip files for example).
| |
| IsHidden |
Gets a value indicating whether this instance is hidden.
| |
| IsReadOnly |
Gets a value indicating whether this instance is read-only.
| |
| NamedProperties |
Gets the item's named properties.
| |
| NamedPropertiesAsDictionary |
Gets the item's named properties as a dictionary.
| |
| NativeObject |
Gets the underlying Shell native object (IShellItem).
| |
| ParentItem |
Gets the parent item.
| |
| PlaceholderStatus |
Gets the placeholder status.
| |
| Properties |
Gets the item's properties.
| |
| PropertiesAsDictionary |
Gets the item's properties as a dictionary.
| |
| SIGDN_DESKTOPABSOLUTEEDITING |
Gets the editing name relative to the desktop. In UI this name is suitable for display to the user.
| |
| SIGDN_DESKTOPABSOLUTEPARSING |
Gets the parsing name relative to the desktop. In UI this name is suitable for display to the user.
| |
| SIGDN_FILESYSPATH |
Gets the item's file system path, if it has one.
| |
| SIGDN_NORMALDISPLAY |
Gets the display name relative to the parent folder. In UI this name is generally ideal for display to the user.
| |
| SIGDN_URL |
Gets the item's URL, if it has one.
| |
| Size |
Gets the file size.
| |
| SyncTransferStatus |
Gets or sets the synchronize transfer status.
|