Click or drag to resize

Folder Properties

The Folder 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.
(Inherited from Item.)
Public propertyChildren
Gets the folder's children.
Public propertyClassId
Gets the class identifier.
Public propertyCoreShellFolder
Gets the Shell folder instance. This object is a managed wrapper on a native IShellFolder interface, while this is a wrapper on a native IShellItem interface.
Public propertyDateAccessed
Get the last time the item was accessed.
(Inherited from Item.)
Public propertyDateCreated
Get the date and time the item was created on the file system where it is currently located.
(Inherited from Item.)
Public propertyDateModified
Get the date and time of the last modification to the item.
(Inherited from Item.)
Public propertyStatic memberDesktop
Gets the desktop folder.
Public propertyFileAttributes
Gets the file attributes.
(Inherited from Item.)
Public propertyIdList
Gets this item's absolute PIDL.
(Inherited from Item.)
Public propertyIndex
Gets this item's index when it was retrieved from an enumeration.
(Inherited from Item.)
Public propertyIsFileSystemFolder
Gets a value indicating whether this instance is a physical folder.
(Inherited from Item.)
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).
(Inherited from Item.)
Public propertyIsHidden
Gets a value indicating whether this instance is hidden.
(Inherited from Item.)
Public propertyIsReadOnly
Gets a value indicating whether this instance is read-only.
(Inherited from Item.)
Public propertyNamedProperties
Gets the item's named properties.
(Inherited from Item.)
Public propertyNamedPropertiesAsDictionary
Gets the item's named properties as a dictionary.
(Inherited from Item.)
Public propertyNativeFolderObject
Gets the underlying Shell native object (IShellFolder).
Public propertyNativeObject
Gets the underlying Shell native object (IShellItem).
(Inherited from Item.)
Public propertyParentItem
Gets the parent item.
(Inherited from Item.)
Public propertyPlaceholderStatus
Gets the placeholder status.
(Inherited from Item.)
Public propertyProperties
Gets the item's properties.
(Inherited from Item.)
Public propertyPropertiesAsDictionary
Gets the item's properties as a dictionary.
(Inherited from Item.)
Public propertySettings
Gets folder settings.
Public propertySIGDN_DESKTOPABSOLUTEEDITING
Gets the editing name relative to the desktop. In UI this name is suitable for display to the user.
(Inherited from Item.)
Public propertySIGDN_DESKTOPABSOLUTEPARSING
Gets the parsing name relative to the desktop. In UI this name is suitable for display to the user.
(Inherited from Item.)
Public propertySIGDN_FILESYSPATH
Gets the item's file system path, if it has one.
(Inherited from Item.)
Public propertySIGDN_NORMALDISPLAY
Gets the display name relative to the parent folder. In UI this name is generally ideal for display to the user.
(Inherited from Item.)
Public propertySIGDN_URL
Gets the item's URL, if it has one.
(Inherited from Item.)
Public propertySize
Gets the file size.
(Inherited from Item.)
Public propertySyncTransferStatus
Gets or sets the synchronize transfer status.
(Inherited from Item.)
Top
See Also