Click or drag to resize
GetLocalSharePointFileHandler Properties

The GetLocalSharePointFileHandler type exposes the following members.

Properties
  NameDescription
Protected propertyAllowCache
Returns true if the process allows cache.
(Inherited from AbstractGetSharePointFileHandler.)
Protected propertyAllowClientCache
Returns true if client cache is allowed for the current request.
(Inherited from GetFileHandler.)
Protected propertyCacheFileSizeLimit
Maximum size of the file that will be cached (bytes).
(Inherited from AbstractGetSharePointFileHandler.)
Protected propertyCacheItemName
Gets the cahe item name for currently requested file that will be used when composing the cahe key.
(Overrides AbstractGetSharePointFileHandlerCacheItemName.)
Protected propertyCacheMinutes
Number of minutes the file will be cached. Zero means the file won't be cahed.
(Inherited from AbstractGetSharePointFileHandler.)
Protected propertyClientCacheMinutes
Client cache minutes.
(Inherited from GetFileHandler.)
Protected propertyContext
Current HTTP context.
(Inherited from GetFileHandler.)
Protected propertyFileID
SharePointFileInfo identifier.
Protected propertyForceDownload
Indicates whether file forced to be saved on client
(Overrides AbstractGetSharePointFileHandlerForceDownload.)
Protected propertyHeight
Image height.
(Inherited from AbstractGetSharePointFileHandler.)
Protected propertyIsLiveSite
Indicates if live site mode.
(Inherited from GetFileHandler.)
Public propertyIsReusable
Indicates if handler is reusable.
(Inherited from GetFileHandler.)
Protected propertyMaxSideSize
Image maximum side size.
(Inherited from AbstractGetSharePointFileHandler.)
Protected propertyResponse
Current HTTP response.
(Inherited from GetFileHandler.)
Protected propertyRevalidateClientCache
Indicates if client cahce should be revalidated.
(Inherited from GetFileHandler.)
Protected propertyWidth
Image width.
(Inherited from AbstractGetSharePointFileHandler.)
Top
See Also