WebFileCacheInfo Class |
Namespace: ShellBoost.Core.Utilities
public class WebFileCacheInfo
The WebFileCacheInfo type exposes the following members.
| Name | Description | |
|---|---|---|
| WebFileCacheInfo |
Initializes a new instance of the WebFileCacheInfo class.
|
| Name | Description | |
|---|---|---|
| ContentType |
Gets the content type.
| |
| DataFilePath |
Gets the data file path.
| |
| Error |
Gets the error description if an error occurred. May be null if no error occurred.
| |
| ETag |
Gets the ETAG.
| |
| Expires |
Gets the expiration DateTime.
| |
| FileName |
Gets the file name.
| |
| HttpStatus |
Gets the HTTP status that was returned when the file was queried for the last time.
| |
| Id |
Gets the identifier.
| |
| LastModified |
Gets the last modified DateTime.
| |
| MetadataFilePath |
Gets the metadata file path.
| |
| Status |
Gets the web status that was returned when the file was queried for the last time.
|