AbstractCMSPage Properties |
The AbstractCMSPage type exposes the following members.
Name | Description | |
---|---|---|
AfterFormPlaceHolder |
Gets placeholder located after form element.
| |
BlankPageUrl |
Returns the URL of a blank page
| |
ContextMenuContainer |
Container control for the context menus.
| |
CultureCode |
Gets culture code of current document initialized from query string.
| |
CurrentUseXUACompatible |
If true, X-UA-Compatible header will be added to the page.
| |
DocumentID |
Gets document ID of current document initialized from query string.
| |
DocumentManager |
Document manager control.
| |
EnableContextHelp |
Tells you whether context help script generation into page is enabled.
| |
EnsureDocumentManager |
Indicates if document manager should be ensured
| |
EnsurePreferredCulture |
Indicates if content preferred culture should be ensured.
| |
FooterContainer |
Container control for the page footers.
| |
HeaderActions |
Local header actions
| |
IsCMSDesk |
Determines whether the current page is located under the CMS Desk.
| |
IsDialog |
Indicates whether page is a dialog.
False by default.
| |
IsRootDialog |
Indicates whether page is root dialog (top dialog page with header and footer)
| |
IsStandardPage |
If true, the page is a UI page
| |
LogsContainer |
Container control for the log controls.
| |
ManagersContainer |
Container control for the page managers.
| |
MessagesPlaceHolder |
Local page messages placeholder
| |
NodeID |
Gets node ID of current document initialized from query string.
| |
RegisterGlobalHotKeyScript |
Gets or sets the value that indicates whether global hotkey script should be registered
| |
ScriptManagerControl |
Script manager control.
| |
TabMode |
Indicates if the page is in tab mode.
| |
Tree |
Tree provider object.
| |
UIContext |
Page's UI context
| |
UseViewStateUserKey |
If true, ViewStateUserKey is used.
| |
UseXUACompatible |
Globally enables or disables addition of X-UA-Compatible header to the page.
| |
XUACompatibleValue |
Defines content of X-UA-Compatible header that will be rendered to the page.
|