Click or drag to resize
AbstractGetSharePointFileService Methods

The AbstractGetSharePointFileService type exposes the following members.

Methods
  NameDescription
Protected methodETagsMatch
Checks if given and requested ETags match and object has current timestamp.
(Inherited from ActionResultServiceBase.)
Protected methodFileNotFound
Responds HTTP code 404 Not Found.
(Inherited from ActionResultServiceBase.)
Protected methodForbidden
Responds HTTP code 403 Forbidden.
(Inherited from ActionResultServiceBase.)
Public methodGetActionResult
Process the request.
(Inherited from ActionResultServiceBase.)
Protected methodGetActionResultInternal
Process get SharePoint file request.
(Overrides ActionResultServiceBaseGetActionResultInternal.)
Protected methodGetIfModifiedSinceRequestHeader
Returns the value of If-Modified-Since HTTP header or if the header not found.
(Inherited from ActionResultServiceBase.)
Protected methodGetSharePointFile
Gets the requested SharePoint file.
Protected methodHandleClientCache
Sets client cache headers. Returns CMSNotModifiedResult when requested file is in client's cache, otherwise.
(Inherited from GetFileService.)
Protected methodHasIfModifiedSinceRequestHeader
Returns when non-empty If-Modified-Since header is present in current request.
(Inherited from ActionResultServiceBase.)
Protected methodLoadFile
Loads requested SharePoint file. Image is resized when needed.
Protected methodLoadFile(CacheSettings)
Loads requested SharePoint file. Loaded file will be cached if it satisfies the cache conditions.
Protected methodSendFile
Sends the given file within response.
Protected methodSetResponseHeaders
Sets response headers.
(Inherited from GetFileService.)
Protected methodUnauthorized
Responds HTTP code 401 Unauthorized.
(Inherited from ActionResultServiceBase.)
Protected methodValidateRequest
Validates the request. Returns true on success.
Top
See Also