GetBizFormFileHandlerBase Properties |
The GetBizFormFileHandlerBase type exposes the following members.
Name | Description | |
---|---|---|
AcceptRange |
Indicates if resumable downloads should be supported for current file.
(Inherited from AdvancedGetFileHandler.) | |
AllowCache |
Indicates whether caching is allowed. Returns false.
(Overrides AdvancedGetFileHandlerAllowCache.) | |
AllowClientCache |
Returns true if client cache is allowed for the current request.
(Inherited from AdvancedGetFileHandler.) | |
CacheMinutes |
Cache minutes.
(Inherited from AdvancedGetFileHandler.) | |
ClientCacheMinutes |
Cache minutes.
(Inherited from AdvancedGetFileHandler.) | |
Context |
Returns the current context
(Inherited from AdvancedGetFileHandler.) | |
CurrentSite |
Current site.
(Inherited from AdvancedGetFileHandler.) | |
CurrentSiteName |
Current site name.
(Inherited from AdvancedGetFileHandler.) | |
ETag |
HTTP header entity tag.
(Inherited from AdvancedGetFileHandler.) | |
Height |
Image height.
(Inherited from AdvancedGetFileHandler.) | |
IsLiveSite |
Indicates if live site mode.
(Inherited from AdvancedGetFileHandler.) | |
IsMultipart |
Indicates whether it is multipart range request.
(Inherited from AdvancedGetFileHandler.) | |
IsRangeRequest |
Indicates whether it is range request.
(Inherited from AdvancedGetFileHandler.) | |
IsReusable |
Indicates if handler is reusable.
(Inherited from AdvancedGetFileHandler.) | |
LogCommunicationExceptions |
Whether to log exception caused by communication problems (e.g. when remote host closes the connection).
Log exceptions has to be set to TRUE.
(Inherited from AdvancedGetFileHandler.) | |
LogExceptions |
Logs the exceptions caused by the process.
(Inherited from AdvancedGetFileHandler.) | |
MaxSideSize |
Image maximum side size.
(Inherited from AdvancedGetFileHandler.) | |
OutputDataCacheItemName |
Cache item name for the file output data.
(Inherited from AdvancedGetFileHandler.) | |
ResizeToDevice |
Indicates if max side size parameter should be changes to device profile dimensions.
(Inherited from AdvancedGetFileHandler.) | |
Response |
Returns the current response
(Inherited from AdvancedGetFileHandler.) | |
RevalidateClientCache |
Cache minutes.
(Inherited from AdvancedGetFileHandler.) | |
Sender |
Gets or sets sender object that is used for writing data to the response.
(Inherited from AdvancedGetFileHandler.) | |
Watermark |
If set, watermark image is applied to the image. Name of the watermark image from ~/App_Themes/{theme}/Images/Watermarks
(Inherited from AdvancedGetFileHandler.) | |
WatermarkPosition |
Watermark position.
(Inherited from AdvancedGetFileHandler.) | |
Width |
Image width.
(Inherited from AdvancedGetFileHandler.) |