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 ShellContentCreationTime.)
Public propertyInfo
Gets the FileInfo instance.
Public propertyLastAccessTime
Gets or sets the file last access time.
(Overrides ShellContentLastAccessTime.)
Public propertyLastWriteTime
Gets or sets the file last write time.
(Overrides ShellContentLastWriteTime.)
Public propertyLength
Gets the file length.
(Overrides ShellContentLength.)
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 ShellContentName.)
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 ShellContentType.)
Top
See Also