GetMetafileService Methods |
The GetMetafileService type exposes the following members.
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.) |