Click or drag to resize

FileShellContent Properties

The FileShellContent type exposes the following members.

Properties
  NameDescription
Public propertyClsid
Gets the storage Class Id.
(Inherited from ShellContent.)
Public propertyCreationTime
Gets or sets the file creation time.
(Overrides ShellContent.CreationTime.)
Public propertyInfo
Gets the FileInfo instance.
Public propertyLastAccessTime
Gets or sets the file last access time.
(Overrides ShellContent.LastAccessTime.)
Public propertyLastWriteTime
Gets or sets the file last write time.
(Overrides ShellContent.LastWriteTime.)
Public propertyLength
Gets the file length.
(Overrides ShellContent.Length.)
Public propertyLocksSupported
Gets the content supported lock type.
(Inherited from ShellContent.)
Public propertyMode
Gets the stream mode.
(Inherited from ShellContent.)
Public propertyName
Gets or sets the file name.
(Overrides ShellContent.Name.)
Public propertyStateBits
Gets the stream state bits.
(Inherited from ShellContent.)
Protected propertyStream
Gets the underlying stream instance. Lazily loaded.
Public propertyType
Gets the content storage type for Shell operations.
(Overrides ShellContent.Type.)
Top
See Also