GetMetafileService Class |
Namespace: CMS.Routing.Web
public sealed class GetMetafileService : AdvancedGetFileService
The GetMetafileService type exposes the following members.
Name | Description | |
---|---|---|
GetMetafileService |
Name | Description | |
---|---|---|
AllowCache |
Returns true if the process allows cache.
(Overrides AdvancedGetFileServiceAllowCache.) | |
AllowClientCache |
Returns true if client cache is allowed for the current request.
(Inherited from AdvancedGetFileService.) | |
CacheMinutes |
Cache minutes.
(Inherited from AdvancedGetFileService.) | |
ClientCacheMinutes |
Cache minutes.
(Inherited from AdvancedGetFileService.) | |
CurrentSite |
Current site.
(Inherited from AdvancedGetFileService.) | |
CurrentSiteName |
Current site name.
(Inherited from AdvancedGetFileService.) | |
Height |
Image height.
(Inherited from AdvancedGetFileService.) | |
IsLiveSite |
Indicates if live site mode.
(Inherited from AdvancedGetFileService.) | |
LogCommunicationExceptions |
Whether to log exception caused by communication problems (e.g. when remote host closes the connection).
Log exceptions has to be set to TRUE.
(Inherited from AdvancedGetFileService.) | |
LogExceptions |
Logs the exceptions caused by the process.
(Inherited from AdvancedGetFileService.) | |
MaxSideSize |
Image maximum side size.
(Inherited from AdvancedGetFileService.) | |
OutputDataCacheItemName |
Cache item name for the file output data.
(Inherited from AdvancedGetFileService.) | |
RequestStatusEnum |
Gets current request URL rewriting status.
(Inherited from AdvancedGetFileService.) | |
RevalidateClientCache |
Gets or sets the value representing if client HTTP cache should be revalidated.
(Inherited from AdvancedGetFileService.) | |
Width |
Image width.
(Inherited from AdvancedGetFileService.) |
Name | Description | |
---|---|---|
ETagsMatch |
Checks if given and requested ETags match and object has current timestamp.
(Inherited from ActionResultServiceBase.) | |
FileNotFound |
Responds HTTP code 404 Not Found.
(Inherited from ActionResultServiceBase.) | |
Forbidden |
Responds HTTP code 403 Forbidden.
(Inherited from ActionResultServiceBase.) | |
GetActionResult |
Process the request.
(Inherited from ActionResultServiceBase.) | |
GetActionResultInternal |
Checks domain policy for current site and calls GetFileServiceResult.
(Inherited from AdvancedGetFileService.) | |
GetBaseCacheKey |
Returns the base cache key (created with all parameters considered to be valid for proper caching).
(Inherited from AdvancedGetFileService.) | |
GetCacheDependency |
Creates the cache dependency from the given keys.
(Inherited from AdvancedGetFileService.) | |
GetCachedOutputData |
Gets the cached data for the current request.
(Inherited from AdvancedGetFileService.) | |
GetFileServiceResult |
Handles metafile caching and returns the request process result as a CMSActionResult.
(Overrides AdvancedGetFileServiceGetFileServiceResult.) | |
GetIfModifiedSinceRequestHeader |
Returns the value of If-Modified-Since HTTP header or if the header not found.
(Inherited from ActionResultServiceBase.) | |
HasIfModifiedSinceRequestHeader |
Returns when non-empty If-Modified-Since
header is present in current request.
(Inherited from ActionResultServiceBase.) | |
IsExtensionExcludedFromRanges |
Indicates if file with given extension is excluded from resumable downloads.
(Inherited from AdvancedGetFileService.) | |
LoadSiteName |
Loads the site name from the query string.
(Inherited from AdvancedGetFileService.) | |
NotModified |
Responds HTTP code 304 Not Modified.
(Inherited from AdvancedGetFileService.) | |
PrepareFileContentResult |
Prepares the CMSFileContentResult object with common properties populated.
(Inherited from AdvancedGetFileService.) | |
PreparePhysicalFileResult |
Prepares the CMSPhysicalFileResult object with common properties populated.
(Inherited from AdvancedGetFileService.) | |
ReadFileContent |
Reads filePath and returns bytes array.
(Inherited from AdvancedGetFileService.) | |
SaveOutputDataToCache |
Saves the data for current request to cache.
(Inherited from AdvancedGetFileService.) | |
SetCacheabilityAndRevalidation |
Sets the cacheability restriction based on the options provided as arguments and AllowCache property.
Revalidation is set based on the RevalidateClientCache property.
(Inherited from AdvancedGetFileService.) | |
Unauthorized |
Responds HTTP code 401 Unauthorized.
(Inherited from ActionResultServiceBase.) |