Click or drag to resize
AbstractGetSharePointFileService Properties

The AbstractGetSharePointFileService type exposes the following members.

Properties
  NameDescription
Protected propertyAllowCache
Returns true if the process allows cache.
Protected propertyAllowClientCache
Returns true if client cache is allowed for the current request.
(Inherited from GetFileService.)
Protected propertyCacheFileSizeLimit
Maximum size of the file that will be cached (bytes).
Protected propertyCacheItemName
Gets the cache item name for currently requested file that will be used when composing the cache key.
Protected propertyCacheMinutes
Number of minutes the file will be cached. Zero means the file won't be cached.
Protected propertyClientCacheMinutes
Client cache minutes.
(Inherited from GetFileService.)
Protected propertyForceDownload
Indicates whether file forced to be saved on client
Protected propertyHeight
Image height.
Protected propertyIsLiveSite
Indicates if live site mode.
(Inherited from GetFileService.)
Protected propertyMaxSideSize
Image maximum side size.
Protected propertyRequestStatusEnum
Gets current request URL rewriting status.
(Inherited from GetFileService.)
Protected propertyRevalidateClientCache
Indicates if client cache should be revalidated.
(Inherited from GetFileService.)
Protected propertyWidth
Image width.
Top
See Also