The GetSharePointFileHandler type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
GetSharePointFileHandler |
Methods
Name | Description | |
---|---|---|
CompleteRequest |
Completes the request.
(Inherited from GetFileHandler.) | |
Equals | (Inherited from Object.) | |
FileNotFound |
Responds HTTP code 404 Not Found.
(Inherited from GetFileHandler.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetService |
Gets the necessary service for getting the specified file.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
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(ISharePointFileService) |
Loads file from the SharePoint server using given service.
| |
LoadFile(ISharePointFileService, CacheSettings) |
Loads file from the SharePoint server using given service.
Loaded file will be cached if it satisfies the cache conditions.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ProcessRequest |
Process the request.
(Inherited from GetFileHandler.) | |
ProcessRequestInternal |
Process get SharePoint file request.
(Overrides GetFileHandler ProcessRequestInternal(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.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
ValidateRequest |
Validates the request.
Returns true on success.
| |
WriteBytes |
Streams the byte array to the response.
(Inherited from GetFileHandler.) |
Extension Methods
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.) |
Fields
Name | Description | |
---|---|---|
mSender |
Instance of the sender object that is used for writing data to the response.
(Inherited from GetFileHandler.) |
Properties
Name | Description | |
---|---|---|
AllowCache |
Returns true if the process allows cache.
| |
AllowClientCache |
Returns true if client cache is allowed for the current request.
(Inherited from GetFileHandler.) | |
CacheFileSizeLimit |
Maximum size of the file that will be cached (bytes).
| |
CacheMinutes |
Number of minutes the file will be cached. Zero means the file won't be cahed.
| |
ClientCacheMinutes |
Client cache minutes.
(Inherited from GetFileHandler.) | |
Context |
Current HTTP context.
(Inherited from GetFileHandler.) | |
FilePath |
SharePoint file path.
| |
Height |
Image height.
| |
IsLiveSite |
Indicates if live site mode.
(Inherited from GetFileHandler.) | |
IsReusable |
Indicates if handler is reusable.
(Inherited from GetFileHandler.) | |
MaxSideSize |
Image maximum side size.
| |
Response |
Current HTTP response.
(Inherited from GetFileHandler.) | |
RevalidateClientCache |
Indicates if client cahce should be revalidated.
(Inherited from GetFileHandler.) | |
SharePointConnection |
SharePoint connection info.
| |
Width |
Image width.
|
See Also