| GetFilePage Properties | 
The GetFilePage 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.
              | |
| AfterFormPlaceHolder | 
            Gets placeholder located after form element.
              (Inherited from AbstractCMSPage.) | |
| 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
              | |
| BUFFER_SIZE |  Obsolete.  
            Buffer size 64 kB.
              | |
| CacheItemName | 
            Cache item name for current request.
              | |
| CacheMinutes | 
            Cache minutes.
              | |
| ClientCacheMinutes | 
            Cache minutes.
              | |
| CONNECTION_CHECK |  Obsolete.  
            Check connection every X buffering iterations.
              | |
| CONNECTION_TIMEOUT |  Obsolete.  
            Connection timeout (seconds).
              | |
| ContextMenuContainer | 
            Container control for the context menus.
              (Inherited from AbstractCMSPage.) | |
| CultureCode | 
            Gets culture code of current document initialized from query string.
              (Inherited from AbstractCMSPage.) | |
| CurrentSite | 
            Current site.
              | |
| CurrentSiteName | 
            Current site name.
              | |
| CurrentUser | 
            Current User.
              | |
| CurrentUseXUACompatible | 
            If true, X-UA-Compatible header will be added to the page.
              (Inherited from AbstractCMSPage.) | |
| DataLength | 
            Size of data.
              | |
| DocumentBase | 
            Document base.
              | |
| DocumentID | 
            Gets document ID of current document initialized from query string.
              (Inherited from AbstractCMSPage.) | |
| DocumentManager | 
            Document manager control.
              (Inherited from AbstractCMSPage.) | |
| EnableContextHelp | 
            Tells you whether context help script generation into page is enabled.
              (Inherited from AbstractCMSPage.) | |
| EnsureDocumentManager | 
            Indicates if document manager should be ensured
              (Inherited from AbstractCMSPage.) | |
| EnsurePreferredCulture | 
            Indicates if content preferred culture should be ensured.
              (Inherited from AbstractCMSPage.) | |
| ETag | 
            HTTP header entity tag.
              | |
| ExcludedResumableExtensions | 
            List of file extensions for which the resumable downloads are disabled.
              | |
| FooterContainer | 
            Container control for the page footers.
              (Inherited from AbstractCMSPage.) | |
| GetFileEndRequest | 
            When true, the request is completed, when false, the Request.End is called.
              | |
| HeaderActions | 
            Local header actions
              (Inherited from AbstractCMSPage.) | |
| Height | 
            Image height.
              | |
| IsCMSDesk | 
            Determines whether the current page is located under the CMS Desk.
              (Inherited from AbstractCMSPage.) | |
| IsDialog | 
            Indicates whether page is a dialog.
            False by default.
              (Inherited from AbstractCMSPage.) | |
| IsLiveSite | 
            Indicates if live site mode.
              | |
| IsMultipart | 
            Indicates whether it is multipart range request.
              | |
| IsRangeRequest | 
            Indicates whether it is range request.
              | |
| IsRootDialog | 
            Indicates whether page is root dialog (top dialog page with header and footer)
              (Inherited from AbstractCMSPage.) | |
| IsStandardPage | 
            If true, the page is a UI page
              (Inherited from AbstractCMSPage.) | |
| 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.
              | |
| LogsContainer | 
            Container control for the log controls.
              (Inherited from AbstractCMSPage.) | |
| ManagersContainer | 
            Container control for the page managers.
              (Inherited from AbstractCMSPage.) | |
| MaxByteStream | 
            Maximum streaming speed in bytes per second.
              | |
| MaxSideSize | 
            Image maximum side size.
              | |
| MessagesPlaceHolder | 
            Local page messages placeholder
              (Inherited from AbstractCMSPage.) | |
| NodeID | 
            Gets node ID of current document initialized from query string.
              (Inherited from AbstractCMSPage.) | |
| OutputDataCacheItemName | 
            Cache item name for the file output data.
              | |
| RANGE_END |  Obsolete.  
            Range end constant
              | |
| RANGE_START |  Obsolete.  
            Range start constant
              | |
| RangeRegExp | 
            The range from HTTP header regular expression.
              | |
| Ranges | 
            2D Array in format {{START_RANGE,END_RANGE},{START_RANGE, END_RANGE}}.
              | |
| RegisterGlobalHotKeyScript | 
            Gets or sets the value that indicates whether global hotkey script should be registered
              (Inherited from AbstractCMSPage.) | |
| ResizeToDevice | 
            Indicates if max side size parameter should be changes to device profile dimensions.
              | |
| RevalidateClientCache | 
            Cache minutes.
              | |
| ScriptManagerControl | 
            Script manager control.
              (Inherited from AbstractCMSPage.) | |
| Sender | 
            Gets or sets sender object that is used for writing data to the response.
              | |
| STREAM_LIMIT_SLEEP |  Obsolete.  
            Wait interval when stream limit was reached before next check.
              | |
| TabMode | 
            Indicates if the page is in tab mode.
              (Inherited from AbstractCMSPage.) | |
| Tree | 
            Tree provider object.
              (Inherited from AbstractCMSPage.) | |
| UIContext | 
            Page's UI context
              (Inherited from AbstractCMSPage.) | |
| UseViewStateUserKey | 
            If true, ViewStateUserKey is used.
              (Inherited from AbstractCMSPage.) | |
| ViewMode | 
            View mode of the current page.
              | |
| 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.
              |