Click or drag to resize

Item Properties

The Item type exposes the following members.

Properties
  NameDescription
Public propertyAttributes
Attributes that can be retrieved on a Shell item (file or folder) or set of Shell items.
Public propertyDateAccessed
Get the last time the item was accessed.
Public propertyDateCreated
Get the date and time the item was created on the file system where it is currently located.
Public propertyDateModified
Get the date and time of the last modification to the item.
Public propertyFileAttributes
Gets the file attributes.
Public propertyIdList
Gets this item's absolute PIDL.
Public propertyIndex
Gets this item's index when it was retrieved from an enumeration.
Public propertyIsFileSystemFolder
Gets a value indicating whether this instance is a physical folder.
Public propertyIsFolder
Gets a value indicating whether this instance is a folder. Note a Shell Folder can be a physical file (like .zip files for example).
Public propertyIsHidden
Gets a value indicating whether this instance is hidden.
Public propertyIsReadOnly
Gets a value indicating whether this instance is read-only.
Public propertyNamedProperties
Gets the item's named properties.
Public propertyNamedPropertiesAsDictionary
Gets the item's named properties as a dictionary.
Public propertyNativeObject
Gets the underlying Shell native object (IShellItem).
Public propertyParentItem
Gets the parent item.
Public propertyPlaceholderStatus
Gets the placeholder status.
Public propertyProperties
Gets the item's properties.
Public propertyPropertiesAsDictionary
Gets the item's properties as a dictionary.
Public propertySIGDN_DESKTOPABSOLUTEEDITING
Gets the editing name relative to the desktop. In UI this name is suitable for display to the user.
Public propertySIGDN_DESKTOPABSOLUTEPARSING
Gets the parsing name relative to the desktop. In UI this name is suitable for display to the user.
Public propertySIGDN_FILESYSPATH
Gets the item's file system path, if it has one.
Public propertySIGDN_NORMALDISPLAY
Gets the display name relative to the parent folder. In UI this name is generally ideal for display to the user.
Public propertySIGDN_URL
Gets the item's URL, if it has one.
Public propertySize
Gets the file size.
Public propertySyncTransferStatus
Gets or sets the synchronize transfer status.
Top
See Also