| AbstractGetSharePointFileService Methods | 
The AbstractGetSharePointFileService type exposes the following members.
 Methods
Methods| 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.
             | 
 See Also
See Also