ShellItem Properties |
The ShellItem type exposes the following members.
| Name | Description | |
|---|---|---|
| AssociationElementList |
Gets the association element list of this item.
| |
| Attributes |
Gets or sets the System.SFGAOFlags property value.
| |
| CanBeCached |
Gets or sets a value indicating whether this instance can be cached.
| |
| CanCopy |
Gets or sets a value indicating whether this instance can be copied.
| |
| CanDelete |
Gets or sets a value indicating whether this instance can be deleted.
| |
| CanLink |
Gets or sets a value indicating whether this instance supports shortcut creation.
| |
| CanMove |
Gets or sets a value indicating whether this instance can be moved.
| |
| CanPaste |
Gets or sets a value indicating whether this instance supports clipboard paste operations.
This property value is the aggregation of CanMove, CanCopy and IsDropTarget values.
| |
| CanRename |
Gets or sets a value indicating whether this instance can be renamed.
| |
| DateAccessed |
Gets or sets the System.DateAccessed property value.
| |
| DateCreated |
Gets or sets the System.DateCreated property value.
| |
| DateModified |
Gets or sets the System.DateModified property value.
| |
| DisplayName |
Gets or sets the System.ItemNameDisplay property value.
| |
| FileName |
Gets or sets the System.FileName property value.
| |
| FileSystemPath |
Gets or sets the physical file system path. A shell item does not need to have a corresponding file system path.
| |
| FullDisplayName |
Gets this item's display name, that is, including the parent's full display name.
The full disply name is also what is used in the Windows Explorer's Address Bar.
| |
| FullParsingName |
Gets this item's parsing name, that is, including the parent's full parsing name.
| |
| HasPropertySheet |
Gets or sets a value indicating whether this instance supports the property sheet.
| |
| Id |
Gets this item identifier, which is this item's PIDL last segment.
| |
| IdList |
Gets this item's PIDL.
| |
| IsDropTarget |
Gets or sets a value indicating whether this instance is a drop target.
| |
| IsFolder |
Gets a value indicating whether this instance is a folder.
| |
| IsHidden |
Gets or sets a value indicating whether this instance is hidden.
| |
| IsPlaceholder |
Gets or sets a value indicating whether this instance is a placeholder.
| |
| ItemType |
Gets or sets the System.ItemType property value.
| |
| KindList |
Gets the Windows KIND list of this item.
| |
| Parent |
Gets the parent folder.
| |
| ParsingName |
Gets this item's parsing name.
| |
| Perceived |
Gets the System.PerceivedType property value.
| |
| PropertyStore |
Gets the property store.
| |
| ReadPropertiesFromShell |
Gets or sets a value indicating whether to read properties from shell, if FileSystemPath is not null, when they are not defined by this instance.
| |
| Size |
Gets or sets the System.Size property value.
| |
| Thumbnail |
Gets or sets this item's thumbnail.
|