AdvancedGetFileHandler Properties |
The AdvancedGetFileHandler type exposes the following members.
Name | Description | |
---|---|---|
AcceptRange |
Indicates if resumable downloads should be supported for current file.
| |
AllowCache |
Returns true if the process allows cache.
| |
AllowClientCache |
Returns true if client cache is allowed for the current request.
| |
CacheMinutes |
Cache minutes.
| |
ClientCacheMinutes |
Cache minutes.
| |
Context |
Returns the current context
| |
CurrentSite |
Current site.
| |
CurrentSiteName |
Current site name.
| |
ETag |
HTTP header entity tag.
| |
ExcludedResumableExtensions |
List of file extensions for which the resumable downloads are disabled.
| |
GetFileEndRequest |
When true, the request is completed, when false, the Request.End is called.
| |
Height |
Image height.
| |
IsLiveSite |
Indicates if live site mode.
| |
IsMultipart |
Indicates whether it is multipart range request.
| |
IsRangeRequest |
Indicates whether it is range request.
| |
IsReusable |
Indicates if handler is reusable.
| |
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.
| |
LogExceptions |
Logs the exceptions caused by the process.
| |
MaxSideSize |
Image maximum side size.
| |
OutputDataCacheItemName |
Cache item name for the file output data.
| |
ResizeToDevice |
Indicates if max side size parameter should be changes to device profile dimensions.
| |
Response |
Returns the current response
| |
RevalidateClientCache |
Cache minutes.
| |
Sender |
Gets or sets sender object that is used for writing data to the response.
| |
Watermark |
If set, watermark image is applied to the image. Name of the watermark image from ~/App_Themes/{theme}/Images/Watermarks
| |
WatermarkPosition |
Watermark position.
| |
Width |
Image width.
|