Click or drag to resize

WebCacheShellContent Class

Defines the content of a Shell Item that's represented by an HTTP(S) file. The file will be downloaded and cached locally using the WebFileCache ShellBoost utilities.
Inheritance Hierarchy

Namespace:  ShellBoost.Core
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public class WebCacheShellContent : ShellContent, 
	IDisposable

The WebCacheShellContent type exposes the following members.

Constructors
  NameDescription
Public methodWebCacheShellContent
Initializes a new instance of the StreamShellContent class.
Top
Properties
  NameDescription
Public propertyClsid
Gets the storage Class Id.
(Inherited from ShellContent.)
Public propertyCreationTime
Gets the creation time.
(Overrides ShellContentCreationTime.)
Public propertyDownloadOptions
Gets or sets download options. Must be set before any call to Read or Seek.
Public propertyLastAccessTime
Gets the last access time.
(Overrides ShellContentLastAccessTime.)
Public propertyLastWriteTime
Gets the last write time.
(Overrides ShellContentLastWriteTime.)
Public propertyLength
Gets the content length. It should be 0 for a directory.
(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 content name.
(Inherited from ShellContent.)
Public propertyStateBits
Gets the stream state bits.
(Inherited from ShellContent.)
Public propertyType
Gets the content storage type for Shell operations.
(Inherited from ShellContent.)
Public propertyUrl
Gets the content url.
Top
Methods
See Also