| 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.) |
| Name | Description | |
|---|---|---|
| AsValue |
Converts object to a query value which can be used as a query parameter
(Defined by QueryExtensions.) | |
| GetAPIString |
Gets the string by the specified resource key
(Defined by CoreExtensions.) | |
| GetString |
Gets the string by the specified resource key
(Defined by CoreExtensions.) | |
| ToBoolean |
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.) | |
| ToDateTime |
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.) | |
| ToDouble |
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.) | |
| ToGuid |
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.) | |
| ToInteger |
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.) | |
| ToString |
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.) |