AbstractGetSharePointFileService Class |
Namespace: CMS.SharePoint
public abstract class AbstractGetSharePointFileService : GetFileService
The AbstractGetSharePointFileService type exposes the following members.
Name | Description | |
---|---|---|
AbstractGetSharePointFileService |
Name | Description | |
---|---|---|
CACHE_SIZE_PARAMETER |
Name of the query parameter for cache size limit setting.
| |
CACHE_TIME_PARAMETER |
Name of the query parameter for cache minutes setting.
| |
IMAGE_HEIGHT_PARAMETER |
Name of the query parameter for image height setting.
| |
IMAGE_MAXSIDESIZE_PARAMETER |
Name of the query parameter for image max side size setting.
| |
IMAGE_WIDTH_PARAMETER |
Name of the query parameter for image width setting.
|
Name | Description | |
---|---|---|
AllowCache |
Returns true if the process allows cache.
| |
AllowClientCache |
Returns true if client cache is allowed for the current request.
(Inherited from GetFileService.) | |
CacheFileSizeLimit |
Maximum size of the file that will be cached (bytes).
| |
CacheItemName |
Gets the cache item name for currently requested file that will be used when composing the cache key.
| |
CacheMinutes |
Number of minutes the file will be cached. Zero means the file won't be cached.
| |
ClientCacheMinutes |
Client cache minutes.
(Inherited from GetFileService.) | |
ForceDownload |
Indicates whether file forced to be saved on client
| |
Height |
Image height.
| |
IsLiveSite |
Indicates if live site mode.
(Inherited from GetFileService.) | |
MaxSideSize |
Image maximum side size.
| |
RequestStatusEnum |
Gets current request URL rewriting status.
(Inherited from GetFileService.) | |
RevalidateClientCache |
Indicates if client cache should be revalidated.
(Inherited from GetFileService.) | |
Width |
Image width.
|
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 |
Process get SharePoint file request.
(Overrides ActionResultServiceBaseGetActionResultInternal.) | |
GetIfModifiedSinceRequestHeader |
Returns the value of If-Modified-Since HTTP header or if the header not found.
(Inherited from ActionResultServiceBase.) | |
GetSharePointFile |
Gets the requested SharePoint file.
| |
HandleClientCache |
Sets client cache headers.
Returns CMSNotModifiedResult when requested file is in client's cache, otherwise.
(Inherited from GetFileService.) | |
HasIfModifiedSinceRequestHeader |
Returns when non-empty If-Modified-Since
header is present in current request.
(Inherited from ActionResultServiceBase.) | |
LoadFile |
Loads requested SharePoint file. Image is resized when needed.
| |
LoadFile(CacheSettings) |
Loads requested SharePoint file.
Loaded file will be cached if it satisfies the cache conditions.
| |
SendFile |
Sends the given file within response.
| |
SetResponseHeaders |
Sets response headers.
(Inherited from GetFileService.) | |
Unauthorized |
Responds HTTP code 401 Unauthorized.
(Inherited from ActionResultServiceBase.) | |
ValidateRequest |
Validates the request.
Returns true on success.
|