Folder Properties |
The Folder 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.
(Inherited from Item.) | |
Children |
Gets the folder's children.
| |
ClassId |
Gets the class identifier.
| |
CoreShellFolder |
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.
| |
DateAccessed |
Get the last time the item was accessed.
(Inherited from Item.) | |
DateCreated |
Get the date and time the item was created on the file system where it is currently located.
(Inherited from Item.) | |
DateModified |
Get the date and time of the last modification to the item.
(Inherited from Item.) | |
Desktop |
Gets the desktop folder.
| |
FileAttributes |
Gets the file attributes.
(Inherited from Item.) | |
IdList |
Gets this item's absolute PIDL.
(Inherited from Item.) | |
Index |
Gets this item's index when it was retrieved from an enumeration.
(Inherited from Item.) | |
IsFileSystemFolder |
Gets a value indicating whether this instance is a physical folder.
(Inherited from Item.) | |
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).
(Inherited from Item.) | |
IsHidden |
Gets a value indicating whether this instance is hidden.
(Inherited from Item.) | |
IsReadOnly |
Gets a value indicating whether this instance is read-only.
(Inherited from Item.) | |
NamedProperties |
Gets the item's named properties.
(Inherited from Item.) | |
NamedPropertiesAsDictionary |
Gets the item's named properties as a dictionary.
(Inherited from Item.) | |
NativeFolderObject |
Gets the underlying Shell native object (IShellFolder).
| |
NativeObject |
Gets the underlying Shell native object (IShellItem).
(Inherited from Item.) | |
ParentItem |
Gets the parent item.
(Inherited from Item.) | |
PlaceholderStatus |
Gets the placeholder status.
(Inherited from Item.) | |
Properties |
Gets the item's properties.
(Inherited from Item.) | |
PropertiesAsDictionary |
Gets the item's properties as a dictionary.
(Inherited from Item.) | |
Settings |
Gets folder settings.
| |
SIGDN_DESKTOPABSOLUTEEDITING |
Gets the editing name relative to the desktop. In UI this name is suitable for display to the user.
(Inherited from Item.) | |
SIGDN_DESKTOPABSOLUTEPARSING |
Gets the parsing name relative to the desktop. In UI this name is suitable for display to the user.
(Inherited from Item.) | |
SIGDN_FILESYSPATH |
Gets the item's file system path, if it has one.
(Inherited from Item.) | |
SIGDN_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.) | |
SIGDN_URL |
Gets the item's URL, if it has one.
(Inherited from Item.) | |
Size |
Gets the file size.
(Inherited from Item.) | |
SyncTransferStatus |
Gets or sets the synchronize transfer status.
(Inherited from Item.) |