AbstractGetSharePointFileService Properties |
The AbstractGetSharePointFileService type exposes the following members.
Name | Description | |
---|---|---|
AllowCache |
Returns true if the process allows cache.
| |
AllowClientCache |
Returns true if client cache is allowed for the current request.
(Inherited from GetFileService.) | |
CacheFileSizeLimit |
Maximum size of the file that will be cached (bytes).
| |
CacheItemName |
Gets the cache item name for currently requested file that will be used when composing the cache key.
| |
CacheMinutes |
Number of minutes the file will be cached. Zero means the file won't be cached.
| |
ClientCacheMinutes |
Client cache minutes.
(Inherited from GetFileService.) | |
ForceDownload |
Indicates whether file forced to be saved on client
| |
Height |
Image height.
| |
IsLiveSite |
Indicates if live site mode.
(Inherited from GetFileService.) | |
MaxSideSize |
Image maximum side size.
| |
RequestStatusEnum |
Gets current request URL rewriting status.
(Inherited from GetFileService.) | |
RevalidateClientCache |
Indicates if client cache should be revalidated.
(Inherited from GetFileService.) | |
Width |
Image width.
|