Click or drag to resize
GetFilePage Properties

The GetFilePage type exposes the following members.

Properties
  NameDescription
Protected propertyAcceptRange
Indicates if resumable downloads should be supported for current file.
Protected propertyStatic memberAcceptRanges
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.
Public propertyAfterFormPlaceHolder
Gets placeholder located after form element.
(Inherited from AbstractCMSPage.)
Public propertyAllowCache
Returns true if the process allows cache.
Public propertyAllowClientCache
Returns true if client cache is allowed for the current request.
Public propertyAreRangesValid
Indicates whether ranges are valid. TRUE: ranges are valid or request is not range request FALSE: all other cases
Public propertyStatic memberBUFFER_SIZE Obsolete.
Buffer size 64 kB.
Public propertyCacheItemName
Cache item name for current request.
Public propertyCacheMinutes
Cache minutes.
Public propertyClientCacheMinutes
Cache minutes.
Public propertyStatic memberCONNECTION_CHECK Obsolete.
Check connection every X buffering iterations.
Public propertyStatic memberCONNECTION_TIMEOUT Obsolete.
Connection timeout (seconds).
Public propertyContextMenuContainer
Container control for the context menus.
(Inherited from AbstractCMSPage.)
Public propertyCultureCode
Gets culture code of current document initialized from query string.
(Inherited from AbstractCMSPage.)
Public propertyCurrentSite
Current site.
Public propertyCurrentSiteName
Current site name.
Public propertyCurrentUser
Current User.
Public propertyCurrentUseXUACompatible
If true, X-UA-Compatible header will be added to the page.
(Inherited from AbstractCMSPage.)
Public propertyDataLength
Size of data.
Public propertyDocumentBase
Document base.
Public propertyDocumentID
Gets document ID of current document initialized from query string.
(Inherited from AbstractCMSPage.)
Public propertyDocumentManager
Document manager control.
(Inherited from AbstractCMSPage.)
Protected propertyEnableContextHelp
Tells you whether context help script generation into page is enabled.
(Inherited from AbstractCMSPage.)
Protected propertyEnsureDocumentManager
Indicates if document manager should be ensured
(Inherited from AbstractCMSPage.)
Public propertyEnsurePreferredCulture
Indicates if content preferred culture should be ensured.
(Inherited from AbstractCMSPage.)
Public propertyETag
HTTP header entity tag.
Protected propertyStatic memberExcludedResumableExtensions
List of file extensions for which the resumable downloads are disabled.
Public propertyFooterContainer
Container control for the page footers.
(Inherited from AbstractCMSPage.)
Protected propertyStatic memberGetFileEndRequest
When true, the request is completed, when false, the Request.End is called.
Public propertyHeaderActions
Local header actions
(Inherited from AbstractCMSPage.)
Public propertyHeight
Image height.
Public propertyIsCMSDesk
Determines whether the current page is located under the CMS Desk.
(Inherited from AbstractCMSPage.)
Public propertyIsDialog
Indicates whether page is a dialog. False by default.
(Inherited from AbstractCMSPage.)
Protected propertyIsLiveSite
Indicates if live site mode.
Public propertyIsMultipart
Indicates whether it is multipart range request.
Public propertyIsRangeRequest
Indicates whether it is range request.
Public propertyIsRootDialog
Indicates whether page is root dialog (top dialog page with header and footer)
(Inherited from AbstractCMSPage.)
Protected propertyIsStandardPage
If true, the page is a UI page
(Inherited from AbstractCMSPage.)
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.
Public propertyLogExceptions
Logs the exceptions caused by the process.
Public propertyLogsContainer
Container control for the log controls.
(Inherited from AbstractCMSPage.)
Public propertyManagersContainer
Container control for the page managers.
(Inherited from AbstractCMSPage.)
Public propertyMaxByteStream
Maximum streaming speed in bytes per second.
Public propertyMaxSideSize
Image maximum side size.
Public propertyMessagesPlaceHolder
Local page messages placeholder
(Inherited from AbstractCMSPage.)
Public propertyNodeID
Gets node ID of current document initialized from query string.
(Inherited from AbstractCMSPage.)
Public propertyOutputDataCacheItemName
Cache item name for the file output data.
Public propertyStatic memberRANGE_END Obsolete.
Range end constant
Public propertyStatic memberRANGE_START Obsolete.
Range start constant
Protected propertyStatic memberRangeRegExp
The range from HTTP header regular expression.
Public propertyRanges
2D Array in format {{START_RANGE,END_RANGE},{START_RANGE, END_RANGE}}.
Protected propertyRegisterGlobalHotKeyScript
Gets or sets the value that indicates whether global hotkey script should be registered
(Inherited from AbstractCMSPage.)
Public propertyResizeToDevice
Indicates if max side size parameter should be changes to device profile dimensions.
Public propertyRevalidateClientCache
Cache minutes.
Public propertyScriptManagerControl
Script manager control.
(Inherited from AbstractCMSPage.)
Protected propertySender
Gets or sets sender object that is used for writing data to the response.
Public propertyStatic memberSTREAM_LIMIT_SLEEP Obsolete.
Wait interval when stream limit was reached before next check.
Public propertyTabMode
Indicates if the page is in tab mode.
(Inherited from AbstractCMSPage.)
Public propertyTree
Tree provider object.
(Inherited from AbstractCMSPage.)
Public propertyUIContext
Page's UI context
(Inherited from AbstractCMSPage.)
Public propertyUseViewStateUserKey
If true, ViewStateUserKey is used.
(Inherited from AbstractCMSPage.)
Public propertyViewMode
View mode of the current page.
Public propertyWatermark
If set, watermark image is applied to the image. Name of the watermark image from ~/App_Themes/{theme}/Images/Watermarks
Public propertyWatermarkPosition
Watermark position.
Public propertyWidth
Image width.
Top
See Also