Click or drag to resize
GetMetaFileHandler Properties

The GetMetaFileHandler type exposes the following members.

Properties
  NameDescription
Protected propertyAcceptRange
Indicates if resumable downloads should be supported for current file.
(Inherited from AdvancedGetFileHandler.)
Public propertyAllowCache
Returns true if the process allows cache.
(Overrides AdvancedGetFileHandlerAllowCache.)
Public propertyAllowClientCache
Returns true if client cache is allowed for the current request.
(Inherited from AdvancedGetFileHandler.)
Public propertyAreRangesValid
Indicates whether ranges are valid. TRUE: ranges are valid or request is not range request FALSE: all other cases
(Inherited from AdvancedGetFileHandler.)
Public propertyCacheItemName
Cache item name for current request.
(Inherited from AdvancedGetFileHandler.)
Public propertyCacheMinutes
Cache minutes.
(Inherited from AdvancedGetFileHandler.)
Public propertyClientCacheMinutes
Cache minutes.
(Inherited from AdvancedGetFileHandler.)
Protected propertyContext
Returns the current context
(Inherited from AdvancedGetFileHandler.)
Public propertyCurrentSite
Current site.
(Inherited from AdvancedGetFileHandler.)
Public propertyCurrentSiteName
Current site name.
(Inherited from AdvancedGetFileHandler.)
Public propertyCurrentUser
Current User.
(Inherited from AdvancedGetFileHandler.)
Public propertyDataLength
Size of data.
(Inherited from AdvancedGetFileHandler.)
Public propertyDocumentBase
Document base.
(Inherited from AdvancedGetFileHandler.)
Public propertyETag
HTTP header entity tag.
(Inherited from AdvancedGetFileHandler.)
Public propertyHeight
Image height.
(Inherited from AdvancedGetFileHandler.)
Protected propertyIsLiveSite
Indicates if live site mode.
(Inherited from AdvancedGetFileHandler.)
Public propertyIsMultipart
Indicates whether it is multipart range request.
(Inherited from AdvancedGetFileHandler.)
Public propertyIsRangeRequest
Indicates whether it is range request.
(Inherited from AdvancedGetFileHandler.)
Public propertyIsReusable
Indicates if handler is reusable.
(Inherited from AdvancedGetFileHandler.)
Public propertyLogCommunicationExceptions
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.)
Public propertyLogExceptions
Logs the exceptions caused by the process.
(Inherited from AdvancedGetFileHandler.)
Public propertyMaxByteStream
Maximum streaming speed in bytes per second.
(Inherited from AdvancedGetFileHandler.)
Public propertyMaxSideSize
Image maximum side size.
(Inherited from AdvancedGetFileHandler.)
Public propertyOutputDataCacheItemName
Cache item name for the file output data.
(Inherited from AdvancedGetFileHandler.)
Public propertyRanges
2D Array in format {{START_RANGE,END_RANGE},{START_RANGE, END_RANGE}}.
(Inherited from AdvancedGetFileHandler.)
Public propertyResizeToDevice
Indicates if max side size parameter should be changes to device profile dimensions.
(Inherited from AdvancedGetFileHandler.)
Public propertyResponse
Returns the current response
(Inherited from AdvancedGetFileHandler.)
Public propertyRevalidateClientCache
Cache minutes.
(Inherited from AdvancedGetFileHandler.)
Protected propertySender
Gets or sets sender object that is used for writing data to the response.
(Inherited from AdvancedGetFileHandler.)
Public propertyViewMode
View mode of the current page.
(Inherited from AdvancedGetFileHandler.)
Public propertyWatermark
If set, watermark image is applied to the image. Name of the watermark image from ~/App_Themes/{theme}/Images/Watermarks
(Inherited from AdvancedGetFileHandler.)
Public propertyWatermarkPosition
Watermark position.
(Inherited from AdvancedGetFileHandler.)
Public propertyWidth
Image width.
(Inherited from AdvancedGetFileHandler.)
Top
See Also