Click or drag to resize

ShellFolder Properties

The ShellFolder type exposes the following members.

Properties
  NameDescription
Public propertyAddNewMenuTemplatePath
Gets or sets the add 'New' menu template path.
Public propertyAssociationElementList
Gets the association element list of this item.
(Inherited from ShellItem.)
Public propertyAttributes
Gets or sets the System.SFGAOFlags property value.
(Inherited from ShellItem.)
Public propertyCanBeCached
Gets or sets a value indicating whether this instance can be cached.
(Inherited from ShellItem.)
Public propertyCanCopy
Gets or sets a value indicating whether this instance can be copied.
(Inherited from ShellItem.)
Public propertyCanDelete
Gets or sets a value indicating whether this instance can be deleted.
(Inherited from ShellItem.)
Public propertyCanLink
Gets or sets a value indicating whether this instance supports shortcut creation.
(Inherited from ShellItem.)
Public propertyCanMove
Gets or sets a value indicating whether this instance can be moved.
(Inherited from ShellItem.)
Public propertyCanPaste
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.
(Inherited from ShellItem.)
Public propertyCanRename
Gets or sets a value indicating whether this instance can be renamed.
(Inherited from ShellItem.)
Public propertyColumns
Gets this folder's columns.
Public propertyDateAccessed
Gets or sets the System.DateAccessed property value.
(Inherited from ShellItem.)
Public propertyDateCreated
Gets or sets the System.DateCreated property value.
(Inherited from ShellItem.)
Public propertyDateModified
Gets or sets the System.DateModified property value.
(Inherited from ShellItem.)
Public propertyDisplayName
Gets or sets the System.ItemNameDisplay property value.
(Inherited from ShellItem.)
Public propertyFileName
Gets or sets the System.FileName property value.
(Inherited from ShellItem.)
Public propertyFileSystemPath
Gets or sets the physical file system path. A shell item does not need to have a corresponding file system path.
(Inherited from ShellItem.)
Public propertyFlags
Gets or sets the folder flags.
Public propertyFolderServer
Gets the folder server. Will be automatically set after the folder has been requested by the ShellFolderServer.
Public propertyFullDisplayName
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.
(Overrides ShellItemFullDisplayName.)
Public propertyFullParsingName
Gets this item's parsing name, that is, including the parent's full parsing name.
(Overrides ShellItemFullParsingName.)
Public propertyHasPropertySheet
Gets or sets a value indicating whether this instance supports the property sheet.
(Inherited from ShellItem.)
Public propertyId
Gets this item identifier, which is this item's PIDL last segment.
(Inherited from ShellItem.)
Public propertyIdList
Gets this item's PIDL.
(Inherited from ShellItem.)
Public propertyInitializeOptions
Gets or sets the options used when the folder instance is initialized.
Public propertyIsDropTarget
Gets or sets a value indicating whether this instance is a drop target.
(Inherited from ShellItem.)
Public propertyIsFolder
Gets a value indicating whether this instance is a folder.
(Inherited from ShellItem.)
Public propertyIsHidden
Gets or sets a value indicating whether this instance is hidden.
(Inherited from ShellItem.)
Public propertyIsPlaceholder
Gets or sets a value indicating whether this instance is a placeholder.
(Inherited from ShellItem.)
Public propertyIsRoot
Gets a value indicating whether this instance is the root folder.
Public propertyItemType
Gets or sets the System.ItemType property value.
(Inherited from ShellItem.)
Public propertyKindList
Gets the Windows KIND list of this item.
(Inherited from ShellItem.)
Public propertyParent
Gets the parent folder.
(Inherited from ShellItem.)
Public propertyParsingName
Gets this item's parsing name.
(Inherited from ShellItem.)
Public propertyPerceived
Gets the System.PerceivedType property value.
(Inherited from ShellItem.)
Protected propertyPropertyStore
Gets the property store.
(Inherited from ShellItem.)
Public propertyReadPropertiesFromShell
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.
(Inherited from ShellItem.)
Public propertyRoot
Gets the root folder.
Public propertySize
Gets or sets the System.Size property value.
(Inherited from ShellItem.)
Public propertyThumbnail
Gets or sets this item's thumbnail.
(Inherited from ShellItem.)
Public propertyViewMode
Gets or sets the folder view mode.
Top
See Also