Click or drag to resize

WebFileCacheInfo Class

Represents a web file information for a file in the WebCache.
Inheritance Hierarchy
SystemObject
  ShellBoost.Core.UtilitiesWebFileCacheInfo

Namespace:  ShellBoost.Core.Utilities
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public class WebFileCacheInfo

The WebFileCacheInfo type exposes the following members.

Constructors
  NameDescription
Public methodWebFileCacheInfo
Initializes a new instance of the WebFileCacheInfo class.
Top
Properties
  NameDescription
Public propertyContentType
Gets the content type.
Public propertyDataFilePath
Gets the data file path.
Public propertyError
Gets the error description if an error occurred. May be null if no error occurred.
Public propertyETag
Gets the ETAG.
Public propertyExpires
Gets the expiration DateTime.
Public propertyFileName
Gets the file name.
Public propertyHttpStatus
Gets the HTTP status that was returned when the file was queried for the last time.
Public propertyId
Gets the identifier.
Public propertyLastModified
Gets the last modified DateTime.
Public propertyMetadataFilePath
Gets the metadata file path.
Public propertyStatus
Gets the web status that was returned when the file was queried for the last time.
Top
See Also