| AdvancedGetFileHandler Properties |
The AdvancedGetFileHandler type exposes the following members.
| Name | Description | |
|---|---|---|
| AcceptRange |
Indicates if resumable downloads should be supported for current file.
| |
| AcceptRanges |
Indicates whether range requests are enabled (ex. for resumable downloads). If false, the HTTP Handler
ignores the Range HTTP Header and returns the entire contents.
| |
| AllowCache |
Returns true if the process allows cache.
| |
| AllowClientCache |
Returns true if client cache is allowed for the current request.
| |
| AreRangesValid |
Indicates whether ranges are valid.
TRUE: ranges are valid or request is not range request
FALSE: all other cases
| |
| CacheItemName |
Cache item name for current request.
| |
| CacheMinutes |
Cache minutes.
| |
| ClientCacheMinutes |
Cache minutes.
| |
| Context |
Returns the current context
| |
| CurrentSite |
Current site.
| |
| CurrentSiteName |
Current site name.
| |
| CurrentUser |
Current User.
| |
| DataLength |
Size of data.
| |
| 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.
| |
| RangeRegExp |
The range from HTTP header regular expression.
| |
| Ranges |
2D Array in format {{START_RANGE,END_RANGE},{START_RANGE, END_RANGE}}.
| |
| 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.
|