| GetMetaFileHandler Properties | 
The GetMetaFileHandler type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | AcceptRange | 
            Indicates if resumable downloads should be supported for current file.
            (Inherited from AdvancedGetFileHandler.) | 
|  | AllowCache | 
            Returns true if the process allows cache.
            (Overrides AdvancedGetFileHandlerAllowCache.) | 
|  | AllowClientCache | 
            Returns true if client cache is allowed for the current request.
            (Inherited from AdvancedGetFileHandler.) | 
|  | AreRangesValid | 
            Indicates whether ranges are valid.
            TRUE: ranges are valid or request is not range request
            FALSE: all other cases
            (Inherited from AdvancedGetFileHandler.) | 
|  | CacheItemName | 
            Cache item name for 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.) | 
|  | CurrentUser | 
            Current User.
            (Inherited from AdvancedGetFileHandler.) | 
|  | DataLength | 
            Size of data.
            (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.) | 
|  | Ranges | 
            2D Array in format {{START_RANGE,END_RANGE},{START_RANGE, END_RANGE}}.
            (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.) | 
 See Also
See Also