AbstractGetSharePointFileHandler Methods |
The AbstractGetSharePointFileHandler type exposes the following members.
Name | Description | |
---|---|---|
![]() | CompleteRequest |
Completes the request.
(Inherited from GetFileHandler.) |
![]() | FileNotFound |
Responds HTTP code 404 Not Found.
(Inherited from GetFileHandler.) |
![]() | GetSharePointFile |
Gets the requested SharePoint file.
|
![]() | HandleClientCache |
Sets client cache headers. Responds HTTP code 304 Not Modified and returns true when requested file is in client's cache.
(Inherited from GetFileHandler.) |
![]() | 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.
|
![]() | ProcessRequest |
Process the request.
(Inherited from GetFileHandler.) |
![]() | ProcessRequestInternal |
Process get SharePoint file request.
(Overrides GetFileHandlerProcessRequestInternal(HttpContext).) |
![]() | RespondNotModified |
Responds HTTP code 304 Not Modified.
(Inherited from GetFileHandler.) |
![]() | SendFile |
Sends the given file within response.
|
![]() | SetResponseHeaders |
Sets response headers.
(Inherited from GetFileHandler.) |
![]() | ValidateRequest |
Validates the request.
Returns true on success.
|
![]() | WriteBytes |
Streams the byte array to the response.
(Inherited from GetFileHandler.) |