The CMSNewsletterPage type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | CMSNewsletterPage |
Methods
Name | Description | |
---|---|---|
![]() | AddConfirmation |
Adds confirmation text to existing message on the page.
(Inherited from AbstractCMSPage.) |
![]() | ![]() | Called during page initialization to create a collection of content (from content controls) that is handed to a master page, if the current page or master page refers to a master page. (Inherited from ![]() |
![]() | ![]() | (Inherited from ![]() |
![]() | AddError |
Adds error text to existing message on the page.
(Inherited from AbstractCMSPage.) |
![]() | AddHeaderAction |
Adds specified action to the page header actions.
(Inherited from AbstractCMSPage.) |
![]() | AddHeaderActions |
Adds the list of header actions to the page header actions.
(Inherited from AbstractCMSPage.) |
![]() | AddInformation |
Adds information text to existing message on the page.
(Inherited from AbstractCMSPage.) |
![]() | AddMenuButtonSelectScript(String, String, String) |
Adds script for selecting of ecommerce menu button.
(Inherited from CMSDeskPage.) |
![]() | AddMessage |
Adds text to existing message on the page.
(Inherited from AbstractCMSPage.) |
![]() | AddNoCacheTag |
Adds the no-cache tag to the page header
(Inherited from CMSPage.) |
![]() | ![]() | Registers beginning and ending event handler delegates that do not require state information for an asynchronous page. (Inherited from ![]() |
![]() | ![]() | Registers beginning and ending event handler delegates for an asynchronous page. (Inherited from ![]() |
![]() | ![]() | Notifies the server control that an element, either XML or HTML, was parsed, and adds the element to the server control's (Inherited from ![]() ![]() |
![]() | AddScript |
Adds the script to the page
(Inherited from CMSPage.) |
![]() | AddWAIRequiredTags |
Adds additional tags to the page header to make page WAI valid
(Inherited from CMSPage.) |
![]() | AddWarning |
Adds warning text to existing message on the page.
(Inherited from AbstractCMSPage.) |
![]() | ![]() | Adds a list of dependent files that make up the current page. This method is used internally by the ASP.NET page framework and is not intended to be used directly from your code. (Inherited from ![]() |
![]() | ![]() | Applies the style properties defined in the page style sheet to the control. (Inherited from ![]() |
![]() | ![]() | Initiates a request for Active Server Page (ASP) resources. This method is provided for compatibility with legacy ASP applications. (Inherited from ![]() |
![]() | ![]() | Terminates a request for Active Server Page (ASP) resources. This method is provided for compatibility with legacy ASP applications. (Inherited from ![]() |
![]() | ![]() | Begins processing an asynchronous page request. (Inherited from ![]() |
![]() | ![]() | Ends processing an asynchronous page request. (Inherited from ![]() |
![]() | BasePage_Load |
PageLoad event handler
(Inherited from CMSDeskPage.) |
![]() | ![]() | Gathers information about the server control and delivers it to the (Inherited from ![]() ![]() |
![]() | ![]() | Sets the cached (Inherited from ![]() ![]() |
![]() | ![]() | Sets the (Inherited from ![]() ![]() ![]() |
![]() | ![]() | Deletes the control-state information for the server control's child controls. (Inherited from ![]() |
![]() | ![]() | Deletes the view-state and control-state information for all the server control's child controls. (Inherited from ![]() |
![]() | ![]() | Deletes the view-state information for all the server control's child controls. (Inherited from ![]() |
![]() | CMSDeskPage_Init |
Handles the Init event of the CMSDeskPage control.
(Inherited from CMSDeskPage.) |
![]() | ![]() | Performs design-time logic. (Inherited from ![]() |
![]() | ![]() | Creates a new (Inherited from ![]() ![]() |
![]() | ![]() | Creates an (Inherited from ![]() ![]() |
![]() | ![]() | Called by the ASP.NET page framework to notify server controls that use composition-based implementation to create any child controls they contain in preparation for posting back or rendering. (Inherited from ![]() |
![]() | ![]() | Accesses literal strings stored in a resource. The (Inherited from ![]() ![]() |
![]() | ![]() | Binds a data source to the invoked server control and all its child controls. (Inherited from ![]() |
![]() | ![]() | Binds a data source to the invoked server control and all its child controls with an option to raise the (Inherited from ![]() ![]() |
![]() | ![]() | Binds a data source to the server control's child controls. (Inherited from ![]() |
![]() | ![]() | Performs any initialization of the instance of the (Inherited from ![]() ![]() |
![]() | ![]() | Returns a (Inherited from ![]() ![]() |
![]() | DisableDebugging |
Disables all debugging for current page
(Inherited from CMSPage.) |
![]() | ![]() | Enables a server control to perform final clean up before it is released from memory. (Inherited from ![]() |
![]() | EnsureDocumentBreadcrumbs |
Ensures current document breadcrumbs (non-clickable)
(Inherited from CMSDeskPage.) |
![]() | EnsureFootersControl |
Ensures the page footer control.
(Inherited from AbstractCMSPage.) |
![]() | ![]() | Determines whether the server control contains child controls. If it does not, it creates child controls. (Inherited from ![]() |
![]() | ![]() | Creates an identifier for controls that do not have an identifier assigned. (Inherited from ![]() |
![]() | EnsureScriptManager |
Ensures the script manager on the page.
(Inherited from CMSPage.) |
![]() | EnsureSplitMode |
Ensures split mode.
(Inherited from CMSDeskPage.) |
![]() | ![]() | (Inherited from ![]() |
![]() | Eval(String, Boolean) |
Evaluates the item data (safe version), with html encoding.
(Inherited from AbstractCMSPage.) |
![]() | ![]() | Evaluates a data-binding expression using the specified format string to display the result. (Inherited from ![]() |
![]() | Eval ReturnType (String) |
Templated Eval, returns the value converted to specific type.
(Inherited from AbstractCMSPage.) |
![]() | EvalBool |
Evaluates the item data and converts it to the bool.
(Inherited from AbstractCMSPage.) |
![]() | EvalDateTime |
Evaluates the item data and converts it to the date time.
(Inherited from AbstractCMSPage.) |
![]() | EvalDouble |
Evaluates the item data and converts it to the integer.
(Inherited from AbstractCMSPage.) |
![]() | EvalGuid |
Evaluates the item data and converts it to the guid.
(Inherited from AbstractCMSPage.) |
![]() | EvalHTML |
Evaluates the item data and doesn't encode it. Method should be used for columns with html content.
(Inherited from AbstractCMSPage.) |
![]() | EvalInteger |
Evaluates the item data and converts it to the integer.
(Inherited from AbstractCMSPage.) |
![]() | EvalJSString |
Evaluates the item data, encodes it to be used in javascript code and encapsulates it with "'".
(Inherited from AbstractCMSPage.) |
![]() | EvalText |
Evaluates the item data and encodes it. Method should be used for columns with string nonhtml content.
(Inherited from AbstractCMSPage.) |
![]() | ![]() | Starts the execution of an asynchronous task. (Inherited from ![]() |
![]() | ![]() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from ![]() |
![]() | ![]() | Searches the page naming container for a server control with the specified identifier. (Inherited from ![]() |
![]() | ![]() | Searches the current naming container for a server control with the specified id and an integer, specified in the pathOffset parameter, which aids in the search. You should not override this version of the (Inherited from ![]() ![]() |
![]() | ![]() | Sets input focus to a control. (Inherited from ![]() |
![]() | ![]() | Initializes the control tree during page generation based on the declarative nature of the page. (Inherited from ![]() |
![]() | ![]() | Gets the data item at the top of the data-binding context stack. (Inherited from ![]() |
![]() | ![]() | Gets design-time data for a control. (Inherited from ![]() |
![]() | GetDocumentManagerContainer |
Gets control ideal for containing document manager.
(Inherited from AbstractCMSPage.) |
![]() | ![]() | Gets an application-level resource object based on the specified (Inherited from ![]() ![]() ![]() |
![]() | ![]() | Gets an application-level resource object based on the specified (Inherited from ![]() ![]() ![]() |
![]() | ![]() | Serves as a hash function for a particular type. (Inherited from ![]() |
![]() | GetImageUrl |
Gets UI image URL.
(Inherited from AbstractCMSPage.) |
![]() | ![]() | Gets a page-level resource object based on the specified (Inherited from ![]() ![]() |
![]() | ![]() | Gets a page-level resource object based on the specified (Inherited from ![]() ![]() |
![]() | GetObjectIconUrl |
Gets the icon for the given object type.
(Inherited from AbstractCMSPage.) |
![]() | ![]() | Obsolete. Gets a reference that can be used in a client event to post back to the server for the specified control and with the specified event arguments. (Inherited from ![]() |
![]() | ![]() | Obsolete. Gets a reference, with javascript: appended to the beginning of it, that can be used in a client event to post back to the server for the specified control and with the specified event arguments. (Inherited from ![]() |
![]() | ![]() | Obsolete. Returns a string that can be used in a client event to cause postback to the server. The reference string is defined by the specified (Inherited from ![]() ![]() |
![]() | ![]() | Obsolete. Returns a string that can be used in a client event to cause postback to the server. The reference string is defined by the specified control that handles the postback and a string argument of additional event information. (Inherited from ![]() |
![]() | ![]() | Gets the URL that corresponds to a set of route parameters. (Inherited from ![]() |
![]() | ![]() | Gets the URL that corresponds to a set of route parameters. (Inherited from ![]() |
![]() | ![]() | Gets the URL that corresponds to a set of route parameters and a route name. (Inherited from ![]() |
![]() | ![]() | Gets the URL that corresponds to a set of route parameters and a route name. (Inherited from ![]() |
![]() | ![]() | Gets the (Inherited from ![]() ![]() |
![]() | ![]() | Retrieves a hash code that is generated by (Inherited from ![]() ![]() ![]() |
![]() | ![]() | Returns the prefixed portion of the (Inherited from ![]() ![]() |
![]() | ![]() | Returns a collection of control validators for a specified validation group. (Inherited from ![]() |
![]() | ![]() | Returns a list of physical file names that correspond to a list of virtual file locations. (Inherited from ![]() |
![]() | ![]() | Determines if the server control contains any child controls. (Inherited from ![]() |
![]() | ![]() | Returns a value indicating whether events are registered for the control or any child controls. (Inherited from ![]() |
![]() | CheckAccessToSiteManager | Obsolete.
Checks whether user is global administrator with access to all applications
If it is user is redirected to access denied page.
(Inherited from CMSPage.) |
![]() | CheckAdministrationInterface |
Checks if the administration interface is enabled, if not, redirects to access denied
(Inherited from CMSPage.) |
![]() | CheckDocumentPermissions |
Checks document permissions regarding the document manager mode and optionally redirects to access denied page
(Inherited from CMSDeskPage.) |
![]() | CheckDocumentPermissions(PermissionsEnum) |
Checks currently edited document permissions and optionally redirects to access denied page
(Inherited from CMSDeskPage.) |
![]() | CheckEditor |
Checks whether the user is an editor
(Inherited from CMSPage.) |
![]() | CheckGlobalAdministrator |
Checks whether user is global administrator with access to all applications
User without global access is redirected to access denied page.
(Inherited from CMSPage.) |
![]() | CheckLicense |
Checks the license for the given feature. Redirects to feature not available if not available.
(Inherited from CMSPage.) |
![]() | CheckPermissions |
Checks the security of the permissions, returns true if the security check succeeded
(Inherited from CMSPage.) |
![]() | CheckResourceSite |
Checks the security of the resource, returns true if the module is assigned to the site
(Inherited from CMSPage.) |
![]() | CheckSite |
Checks if current site is valid. Redirects to invalid web site if not.
(Inherited from CMSPage.) |
![]() | CheckUIElements |
Checks the security of the UI elements, returns true if the security check succeeded
(Inherited from CMSPage.) |
![]() | InitDebug |
Initializes the debug controls.
(Inherited from AbstractCMSPage.) |
![]() | InitDevTools |
Initializes the Dev tools menu
(Inherited from AbstractCMSPage.) |
![]() | ![]() | (Inherited from ![]() |
![]() | ![]() | Initializes the output cache for the current page request based on an (Inherited from ![]() ![]() |
![]() | ![]() | Initializes the output cache for the current page request. (Inherited from ![]() |
![]() | ![]() | Initializes the output cache for the current page request. (Inherited from ![]() |
![]() | InitTabs(String) |
Initializes the array for the tabs data
(Inherited from CMSPage.) |
![]() | InitTabs(String, String, String) |
Initializes the array for the tabs data
(Inherited from CMSPage.) |
![]() | ![]() | Obsolete. Determines whether the client script block with the specified key is registered with the page. (Inherited from ![]() |
![]() | ![]() | Determines if the server control holds only literal content. (Inherited from ![]() |
![]() | ![]() | Obsolete. Determines whether the client startup script is registered with the (Inherited from ![]() ![]() |
![]() | LoadContextHelp |
Loads application description and help topics with respect to current UI context.
Does nothing when context help not enabled or not on standard page.
(Inherited from AbstractCMSPage.) |
![]() | ![]() | Loads a (Inherited from ![]() ![]() |
![]() | ![]() | Loads a (Inherited from ![]() ![]() |
![]() | ![]() | Restores control-state information from a previous page request that was saved by the (Inherited from ![]() ![]() |
![]() | ![]() | Loads any saved view-state information to the (Inherited from ![]() ![]() |
![]() | ![]() | Obtains an instance of the (Inherited from ![]() ![]() |
![]() | LoadUserControl |
Loads the user control based on the given path
(Inherited from AbstractCMSPage.) |
![]() | ![]() | Restores view-state information from a previous page request that was saved by the (Inherited from ![]() ![]() |
![]() | LogAndShowError |
Logs the exception and displays a general error message
(Inherited from AbstractCMSPage.) |
![]() | ![]() | Retrieves the physical path that a virtual path, either absolute or relative, or an application-relative path maps to. (Inherited from ![]() |
![]() | ![]() | Retrieves the physical path that a virtual path, either absolute or relative, maps to. (Inherited from ![]() |
![]() | ![]() | Creates a shallow copy of the current (Inherited from ![]() ![]() |
![]() | ![]() | Raises the (Inherited from ![]() ![]() |
![]() | ![]() | Determines whether the event for the server control is passed up the page's UI server control hierarchy. (Inherited from ![]() |
![]() | ![]() | Raises the (Inherited from ![]() ![]() |
![]() | ![]() | Raises the (Inherited from ![]() ![]() |
![]() | ![]() | Raises the (Inherited from ![]() ![]() |
![]() | OnInit |
Page OnInit event.
(Overrides CMSPage OnInit(EventArgs).) |
![]() | ![]() | Raises the (Inherited from ![]() ![]() |
![]() | OnLoad |
Load event handler
(Inherited from CMSPage.) |
![]() | ![]() | Raises the (Inherited from ![]() ![]() |
![]() | OnPreInit |
PreInit event handler
(Inherited from CMSPage.) |
![]() | ![]() | Raises the (Inherited from ![]() ![]() ![]() |
![]() | OnPreRender |
PreRender event handler
(Inherited from CMSPage.) |
![]() | OnPreRenderComplete |
Raises the PreRenderComplete event after the OnPreRenderComplete event and before the page is rendered.
(Inherited from AbstractCMSPage.) |
![]() | ![]() | Raises the (Inherited from ![]() ![]() |
![]() | ![]() | Raises the (Inherited from ![]() ![]() |
![]() | ![]() | Gets a (Inherited from ![]() ![]() |
![]() | ![]() | Parses an input string into a (Inherited from ![]() ![]() |
![]() | ![]() | Parses an input string into a (Inherited from ![]() ![]() |
![]() | ![]() | Sets the intrinsic server objects of the (Inherited from ![]() ![]() ![]() ![]() ![]() ![]() |
![]() | ![]() | Assigns any sources of the event and its information to the control's parent. (Inherited from ![]() |
![]() | RaiseCheckTabSecurity |
Raises OnCheckTabSecurity event.
(Inherited from CMSPage.) |
![]() | ![]() | Notifies the server control that caused the postback that it should handle an incoming postback event. (Inherited from ![]() |
![]() | RaiseTabCreated |
Raises OnTabCreated event.
(Inherited from CMSPage.) |
![]() | ![]() | Reads a string resource. The (Inherited from ![]() ![]() |
![]() | RedirectToNewCultureVersionPage |
Redirects to new document language version page.
(Inherited from CMSDeskPage.) |
![]() | ![]() | Obsolete. Declares a value that is declared as an ECMAScript array declaration when the page is rendered. (Inherited from ![]() |
![]() | ![]() | Registers a new asynchronous task with the page. (Inherited from ![]() |
![]() | RegisterBodyModifyingScript |
Registers script that modified body element. (For IE7,8 compatibility reasons. See KB927917 for more information.)
(Inherited from AbstractCMSPage.) |
![]() | ![]() | Obsolete. Emits client-side script blocks to the response. (Inherited from ![]() |
![]() | RegisterContextHelpScript |
Registers script which passes application description and help topics to UI.
If applicationName is null or empty, no application context is assumed (and applicationDescriptionUrl, applicationHelpTopics is not used).
(Inherited from AbstractCMSPage.) |
![]() | RegisterDialogCSSLink |
Registers CSS file for dialogs
(Inherited from CMSPage.) |
![]() | RegisterDialogHandlingScripts |
Registers script for centralized dialog closing. (Contains functionality for refreshing opener window.)
(Inherited from CMSPage.) |
![]() | RegisterEscScript |
Registers the script to handle the close window operation on ESC key
(Inherited from CMSPage.) |
![]() | RegisterExportScript |
Registers the object export function
(Inherited from CMSPage.) |
![]() | ![]() | Obsolete. Allows server controls to automatically register a hidden field on the form. The field will be sent to the (Inherited from ![]() ![]() ![]() |
![]() | RegisterModalDialogScript |
Registers the model dialog script
(Inherited from CMSPage.) |
![]() | RegisterModalPageScripts |
Register wopener script and base target tag for this page
(Inherited from CMSPage.) |
![]() | ![]() | Obsolete. Allows a page to access the client OnSubmit event. The script should be a function call to client code registered elsewhere. (Inherited from ![]() |
![]() | ![]() | Registers a control as one whose control state must be persisted. (Inherited from ![]() |
![]() | ![]() | Registers a control as one that requires postback handling when the page is posted back to the server. (Inherited from ![]() |
![]() | ![]() | Registers an ASP.NET server control as one requiring an event to be raised when the control is processed on the (Inherited from ![]() ![]() |
![]() | ![]() | Registers a control with the page as one requiring view-state encryption. (Inherited from ![]() |
![]() | RegisterSplitModeSync(Boolean, Boolean) |
Registers js script for synchronization scroll bars in split mode.
(Inherited from CMSPage.) |
![]() | RegisterSplitModeSync(Boolean, Boolean, Boolean) |
Registers java script for synchronization scroll bars in split mode.
(Inherited from CMSPage.) |
![]() | ![]() | Obsolete. Emits a client-side script block in the page response. (Inherited from ![]() |
![]() | RegisterTooltipScript |
Registers the tooltip script
(Inherited from CMSPage.) |
![]() | ![]() | Causes page view state to be persisted, if called. (Inherited from ![]() |
![]() | ![]() | (Inherited from ![]() |
![]() | Render |
Render event handler
(Inherited from CMSPage.) |
![]() | ![]() | Outputs server control content to a provided (Inherited from ![]() ![]() |
![]() | ![]() | Outputs server control content to a provided (Inherited from ![]() ![]() ![]() |
![]() | ![]() | Outputs the content of a server control's children to a provided (Inherited from ![]() ![]() |
![]() | ![]() | Determines whether the specified (Inherited from ![]() ![]() |
![]() | ![]() | Gets the control adapter responsible for rendering the specified control. (Inherited from ![]() |
![]() | ![]() | Gets a URL that can be used by the browser. (Inherited from ![]() |
![]() | ResolveUrl |
Resolves the given URL
(Inherited from AbstractCMSPage.) |
![]() | ![]() | Saves any server control state changes that have occurred since the time the page was posted back to the server. (Inherited from ![]() |
![]() | ![]() | Saves any view-state and control-state information for the page. (Inherited from ![]() |
![]() | ![]() | Saves any server control view-state changes that have occurred since the time the page was posted back to the server. (Inherited from ![]() |
![]() | SetAction |
Sets the particular action data.
(Inherited from CMSPage.) |
![]() | SetBreadcrumb |
Sets the particular Breadcrumb data
(Inherited from CMSPage.) |
![]() | SetBrowserClass |
Sets the browser class to the body class
(Inherited from CMSPage.) |
![]() | SetCulture |
Sets current UI culture
(Inherited from CMSPage.) |
![]() | ![]() | Sets design-time data for a control. (Inherited from ![]() |
![]() | SetEditedObject |
Set edited object and ensure redirection to frame set if necessary
(Inherited from CMSPage.) |
![]() | ![]() | Sets the browser focus to the specified control. (Inherited from ![]() |
![]() | ![]() | Sets the browser focus to the control with the specified identifier. (Inherited from ![]() |
![]() | SetFormAction |
Sets the form action for current page if was rewritten by URL rewriter
(Inherited from AbstractCMSPage.) |
![]() | SetHelp |
Sets the page title
(Inherited from CMSPage.) |
![]() | SetLiveCulture |
Sets current UI culture for live site
(Inherited from CMSPage.) |
![]() | SetLiveDialogClass |
Sets the live site dialog body class.
(Inherited from CMSPage.) |
![]() | SetLiveRTL |
Sets the RTL culture for live site to the body class if RTL language
(Inherited from CMSPage.) |
![]() | ![]() | Assigns an event handler delegate to render the server control and its content into its parent control. (Inherited from ![]() |
![]() | SetRTL |
Sets the RTL culture to the body class if RTL language
(Inherited from CMSPage.) |
![]() | ![]() | Sets a pointer to a string resource. The (Inherited from ![]() ![]() |
![]() | SetTab(UITabItem) |
Sets the tab.
(Inherited from CMSPage.) |
![]() | SetTab(Int32, String, String, String) |
Sets the particular tab.
(Inherited from CMSPage.) |
![]() | SetTitle |
Sets the page title
(Inherited from CMSPage.) |
![]() | ShowConfirmation |
Shows the general confirmation message.
(Inherited from AbstractCMSPage.) |
![]() | ShowError |
Shows the specified error message, optionally with a tooltip text.
(Inherited from AbstractCMSPage.) |
![]() | ShowChangesSaved |
Shows the general changes saved message.
(Inherited from AbstractCMSPage.) |
![]() | ShowInformation |
Shows the given information on the page, optionally with a tooltip text.
(Inherited from AbstractCMSPage.) |
![]() | ShowMessage |
Shows the specified message, optionally with a tooltip text and description.
(Inherited from AbstractCMSPage.) |
![]() | ShowWarning |
Shows the specified warning message, optionally with a tooltip text.
(Inherited from AbstractCMSPage.) |
![]() | ![]() | Returns a Boolean value indicating whether a device filter applies to the HTTP request. (Inherited from ![]() |
![]() | ![]() | Returns a string that represents the current object. (Inherited from ![]() |
![]() | ![]() | Causes tracking of view-state changes to the server control so they can be stored in the server control's (Inherited from ![]() ![]() ![]() |
![]() | ![]() | Stops persistence of control state for the specified control. (Inherited from ![]() |
![]() | ![]() | Instructs any validation controls included on the page to validate their assigned information. (Inherited from ![]() |
![]() | ![]() | Instructs the validation controls in the specified validation group to validate their assigned information. (Inherited from ![]() |
![]() | ValidateHash |
Checks if the user is global administrator (can access the administration (development) page, or a hash is valid)
(Inherited from CMSPage.) |
![]() | ![]() | Confirms that an (Inherited from ![]() ![]() |
![]() | ![]() | Writes a resource string to an (Inherited from ![]() ![]() ![]() |
![]() | ![]() | Evaluates an XPath data-binding expression. (Inherited from ![]() |
![]() | ![]() | Evaluates an XPath data-binding expression using the specified prefix and namespace mappings for namespace resolution. (Inherited from ![]() |
![]() | ![]() | Evaluates an XPath data-binding expression using the specified format string to display the result. (Inherited from ![]() |
![]() | ![]() | Evaluates an XPath data-binding expression using the specified prefix and namespace mappings for namespace resolution and the specified format string to display the result. (Inherited from ![]() |
![]() | ![]() | Evaluates an XPath data-binding expression and returns a node collection that implements the (Inherited from ![]() ![]() |
![]() | ![]() | Evaluates an XPath data-binding expression using the specified prefix and namespace mappings for namespace resolution and returns a node collection that implements the (Inherited from ![]() ![]() |
Extension Methods
Name | Description | |
---|---|---|
![]() | CallHandled |
Calls the method handled by the exception handler. If the call doesn't succeed, the problem is reported through parent IExceptionHandler control instead of throwing unhandled exception for the entire page.
Returns true, if the call succeeded, otherwise returns false.
(Defined by ControlsExtensions.) |
![]() | GetAPIString |
Gets the string by the specified resource key
(Defined by CoreExtensions.) |
![]() | GetString |
Gets the string by the specified resource key
(Defined by CoreExtensions.) |
![]() | LoadUserControl |
Loads the user control based on the given path
(Defined by ControlsExtensions.) |
![]() | ToBoolean |
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.) |
![]() | ToDateTime |
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.) |
![]() | ToDouble |
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.) |
![]() | ToGuid |
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.) |
![]() | ToInteger |
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.) |
![]() | ToString |
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.) |
Fields
Name | Description | |
---|---|---|
![]() | mAddBaseTag |
Indicates whether base tag should be added
(Inherited from CMSPage.) |
![]() | mBodyClass |
Generic body class - contains the base body CSS class
(Inherited from CMSPage.) |
![]() | mContextMenuContainer |
Container control for the context menus.
(Inherited from AbstractCMSPage.) |
![]() | mCurrentMaster |
Current master page
(Inherited from CMSPage.) |
![]() | mCurrentSiteName |
Current site name
(Inherited from CMSPage.) |
![]() | mCurrentUser |
Current user
(Inherited from CMSPage.) |
![]() | mDocumentManager |
Document manager control.
(Inherited from AbstractCMSPage.) |
![]() | mFootersContainer |
Container control for the page footers.
(Inherited from AbstractCMSPage.) |
![]() | mHeaderActions |
Header actions
(Inherited from AbstractCMSPage.) |
![]() | mInstallPage |
Indicates whether current page is install page
(Inherited from CMSPage.) |
![]() | mLogsContainer |
Container control for the log controls.
(Inherited from AbstractCMSPage.) |
![]() | mLogViewState |
Log page ViewState
(Inherited from CMSPage.) |
![]() | mManagersContainer |
Container control for the page managers.
(Inherited from AbstractCMSPage.) |
![]() | mPageStatusContainer |
Page status container
(Inherited from CMSPage.) |
![]() | mRegisterWOpener |
Indicates whether wOpeber is loaded
(Inherited from CMSPage.) |
![]() | mRelativePath |
Relative path
(Inherited from CMSPage.) |
![]() | mScriptManagerControl |
Script manager control.
(Inherited from AbstractCMSPage.) |
Properties
Name | Description | |
---|---|---|
![]() | Action |
Action query parameter value.
(Inherited from CMSDeskPage.) |
![]() | ![]() | Gets the browser-specific adapter for the control. (Inherited from ![]() |
![]() | AddBaseTag |
Gets or sets the value that indicates whether base tag with target _self should be added to the header
(Inherited from CMSPage.) |
![]() | AfterFormPlaceHolder |
Gets placeholder located after form element.
(Inherited from AbstractCMSPage.) |
![]() | ![]() | Gets the (Inherited from ![]() ![]() |
![]() | ![]() | Gets or sets the application-relative virtual directory of the (Inherited from ![]() ![]() ![]() |
![]() | ![]() | Gets or sets the application-relative, virtual directory path to the file from which the control is parsed and compiled. (Inherited from ![]() |
![]() | ![]() | Sets a value indicating whether the page can be executed on a single-threaded apartment (STA) thread. (Inherited from ![]() |
![]() | ![]() | Sets a value indicating whether the page is processed synchronously or asynchronously. (Inherited from ![]() |
![]() | ![]() | Gets or sets a value indicating the time-out interval used when processing asynchronous tasks. (Inherited from ![]() |
![]() | ![]() | Obsolete. The (Inherited from ![]() ![]() |
![]() | ![]() | Gets or sets the control in the page that is used to perform postbacks. (Inherited from ![]() |
![]() | ![]() | Gets the control that contains this control's data binding. (Inherited from ![]() |
![]() | BodyClass |
Body class
(Inherited from CMSPage.) |
![]() | ![]() | Sets a value indicating whether the page output is buffered. (Inherited from ![]() |
![]() | ![]() | Gets the (Inherited from ![]() ![]() |
![]() | ![]() | Gets the control ID for HTML markup that is generated by ASP.NET. (Inherited from ![]() |
![]() | ![]() | Gets or sets the algorithm that is used to generate the value of the (Inherited from ![]() ![]() |
![]() | ![]() | Gets a character value representing the separator character used in the (Inherited from ![]() ![]() |
![]() | ![]() | Gets the query string portion of the requested URL. (Inherited from ![]() |
![]() | ![]() | Gets a (Inherited from ![]() ![]() |
![]() | ![]() | Gets or sets a value that allows you to override automatic detection of browser capabilities and to specify how a page is rendered for particular browser clients. (Inherited from ![]() |
![]() | ![]() | Sets the code page identifier for the current (Inherited from ![]() ![]() |
![]() | ![]() | Sets the HTTP MIME type for the (Inherited from ![]() ![]() |
![]() | ![]() | Gets the (Inherited from ![]() ![]() |
![]() | ContextMenuContainer |
Container control for the context menus.
(Inherited from AbstractCMSPage.) |
![]() | ![]() | Gets a (Inherited from ![]() ![]() |
![]() | ![]() | Sets the culture ID for the (Inherited from ![]() ![]() |
![]() | CultureCode |
Culture to consider as preferred.
(Inherited from CMSDeskPage.) |
![]() | CurrentMaster |
Current CMSMasterPage page
(Inherited from CMSPage.) |
![]() | CurrentSiteName |
Current site name
(Inherited from CMSPage.) |
![]() | CurrentUser |
Current user
(Inherited from CMSPage.) |
![]() | CurrentUseXUACompatible |
If true, X-UA-Compatible header will be added to the page.
(Inherited from AbstractCMSPage.) |
![]() | ![]() | Gets a reference to the naming container if the naming container implements (Inherited from ![]() ![]() |
![]() | ![]() | Gets a reference to the naming container if the naming container implements (Inherited from ![]() ![]() |
![]() | ![]() | Gets a value indicating whether a control is being used on a design surface. (Inherited from ![]() |
![]() | Device |
Device query parameter value.
(Inherited from CMSDeskPage.) |
![]() | DisableAdministrationInterface |
If true, the administration interface is disabled
(Inherited from CMSPage.) |
![]() | DocumentID |
Gets document ID of current document.
(Inherited from CMSDeskPage.) |
![]() | DocumentManager |
Document manager control.
(Inherited from AbstractCMSPage.) |
![]() | EditedObject |
Object edited by the current page. If set to NULL, redirects to the information page with information that object has been deleted.
(Inherited from CMSPage.) |
![]() | EditedObjectParent |
Parent of object edited by the current page. If set to NULL, redirects to the information page with information that object has been deleted.
(Inherited from CMSPage.) |
![]() | EnableContextHelp |
Tells you whether context help script generation into page is enabled.
(Inherited from AbstractCMSPage.) |
![]() | ![]() | Gets or sets a value indicating whether the page validates postback and callback events. (Inherited from ![]() |
![]() | EnableSplitMode |
Indicates if split mode (side by side comparison) is enabled for this page. Default value is false.
(Inherited from CMSDeskPage.) |
![]() | ![]() | Gets or sets a Boolean value indicating whether themes apply to the control that is derived from the (Inherited from ![]() ![]() |
![]() | ![]() | Gets or sets a value indicating whether the page maintains its view state, and the view state of any server controls it contains, when the current page request ends. (Inherited from ![]() |
![]() | ![]() | Gets or sets a value indicating whether ASP.NET should check message authentication codes (MAC) in the page's view state when the page is posted back from the client. (Inherited from ![]() |
![]() | EnsureDocumentManager |
Indicates if document manager should be ensured
(Inherited from AbstractCMSPage.) |
![]() | EnsurePreferredCulture |
Indicates if content preferred culture should be ensured.
(Inherited from AbstractCMSPage.) |
![]() | ![]() | Gets or sets the error page to which the requesting browser is redirected in the event of an unhandled page exception. (Inherited from ![]() |
![]() | ![]() | Gets a list of event handler delegates for the control. This property is read-only. (Inherited from ![]() |
![]() | ![]() | Obsolete. Sets an array of files that the current (Inherited from ![]() ![]() |
![]() | FooterContainer |
Container control for the page footers.
(Inherited from AbstractCMSPage.) |
![]() | ![]() | Gets the HTML form for the page. (Inherited from ![]() |
![]() | ![]() | Gets a value indicating whether the current server control's child controls have any saved view-state settings. (Inherited from ![]() |
![]() | ![]() | Gets the document header for the page if the head element is defined with a runat=server in the page declaration. (Inherited from ![]() |
![]() | HeaderActions |
Local header actions
(Inherited from AbstractCMSPage.) |
![]() | CheckDocPermissions |
Indicates if document permissions should be checked during page load.
(Inherited from CMSDeskPage.) |
![]() | CheckHashValidationAttribute | (Inherited from CMSPage.) |
![]() | ![]() | Gets a value that indicates whether the server control's child controls have been created. (Inherited from ![]() |
![]() | ![]() | Gets or sets an identifier for a particular instance of the (Inherited from ![]() ![]() |
![]() | ![]() | Gets the character used to separate control identifiers when building a unique ID for a control on a page. (Inherited from ![]() |
![]() | ![]() | Gets a value indicating whether the page is processed asynchronously. (Inherited from ![]() |
![]() | ![]() | Gets a value that indicates whether the page request is the result of a callback. (Inherited from ![]() |
![]() | IsCMSDesk |
Determines whether the current page is located under the CMS Desk.
(Inherited from AbstractCMSPage.) |
![]() | ![]() | Gets a value indicating whether the page is involved in a cross-page postback. (Inherited from ![]() |
![]() | IsDialog |
Indicates whether page is a dialog.
False by default.
(Inherited from AbstractCMSPage.) |
![]() | ![]() | Gets a value indicating whether controls contained within this control have control state. (Inherited from ![]() |
![]() | ![]() | Gets a value that indicates whether the page is being rendered for the first time or is being loaded in response to a postback. (Inherited from ![]() |
![]() | ![]() | Gets a value that indicates whether the control in the page that performs postbacks has been registered. (Inherited from ![]() |
![]() | IsProductsUI |
Identifies if the page is used for products UI
(Inherited from CMSDeskPage.) |
![]() | ![]() | Gets a value indicating whether the (Inherited from ![]() ![]() |
![]() | 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.) |
![]() | ![]() | Gets a value that indicates whether the server control is saving changes to its view state. (Inherited from ![]() |
![]() | ![]() | Gets a value indicating whether page validation succeeded. (Inherited from ![]() |
![]() | ![]() | Gets a value indicating whether view state is enabled for this control. (Inherited from ![]() |
![]() | ![]() | Gets a list of objects stored in the page context. (Inherited from ![]() |
![]() | ![]() | Sets the locale identifier for the (Inherited from ![]() ![]() |
![]() | ![]() | Gets a value indicating whether the control participates in loading its view state by (Inherited from ![]() ![]() |
![]() | LogsContainer |
Container control for the log controls.
(Inherited from AbstractCMSPage.) |
![]() | ![]() | Gets or sets a value indicating whether to return the user to the same position in the client browser after postback. This property replaces the obsolete (Inherited from ![]() ![]() |
![]() | ManagersContainer |
Container for the page and script managers
(Inherited from CMSPage.) |
![]() | ![]() | Gets the master page that determines the overall look of the page. (Inherited from ![]() |
![]() | ![]() | Gets or sets the virtual path of the master page. (Inherited from ![]() |
![]() | ![]() | Gets or sets the maximum length for the page's state field. (Inherited from ![]() |
![]() | MessagesPlaceHolder |
Local page messages placeholder
(Inherited from AbstractCMSPage.) |
![]() | ![]() | Gets or sets the content of the "description" meta element. (Inherited from ![]() |
![]() | ![]() | Gets or sets the content of the "keywords" meta element. (Inherited from ![]() |
![]() | Mode |
Mode query parameter value.
(Inherited from CMSDeskPage.) |
![]() | ![]() | Gets a reference to the server control's naming container, which creates a unique namespace for differentiating between server controls with the same (Inherited from ![]() ![]() |
![]() | Node |
Gets current document.
(Inherited from CMSDeskPage.) |
![]() | NodeID |
Gets node ID of current document.
(Inherited from CMSDeskPage.) |
![]() | ![]() | Gets a reference to the (Inherited from ![]() ![]() |
![]() | ![]() | Gets the adapter that renders the page for the specific requesting browser. (Inherited from ![]() |
![]() | PageBreadcrumbs |
Page title
(Inherited from CMSPage.) |
![]() | ![]() | Gets the (Inherited from ![]() ![]() |
![]() | PageStatusContainer |
Page status container
(Inherited from CMSPage.) |
![]() | PageTitle |
Page title
(Inherited from CMSPage.) |
![]() | ![]() | Gets a reference to the server control's parent control in the page control hierarchy. (Inherited from ![]() |
![]() | PersistentEditedObject |
Special property allowing to treat edited object as non-static property
Usable when you need to store information about edited object and then after post back reload it based on id and object type
(Inherited from CMSPage.) |
![]() | ![]() | Gets the page that transferred control to the current page. (Inherited from ![]() |
![]() | RegisterGlobalHotKeyScript |
Gets or sets the value that indicates whether global hotkey script should be registered
(Inherited from AbstractCMSPage.) |
![]() | RegisterPageLoadedScript |
Indicates if page loaded script should be registered.
(Inherited from CMSPage.) |
![]() | RegisterSplitScrollSync |
Indicates if scrollbar synchronization script is registered. Default value is true.
(Inherited from CMSDeskPage.) |
![]() | RegisterWOpener |
If true, the page registers the wopener JavaScript variable
(Inherited from CMSPage.) |
![]() | RelativePath |
Page relative path
(Inherited from CMSPage.) |
![]() | ![]() | Gets a value that specifies the ASP.NET version that rendered HTML will be compatible with. (Inherited from ![]() |
![]() | ![]() | Gets the (Inherited from ![]() ![]() |
![]() | RequiresDialog |
Gets or sets the value that indicates whether the page is displayed as dialog.
(Inherited from CMSPage.) |
![]() | RequireSite |
If true, current site is required.
(Inherited from CMSDeskPage.) |
![]() | ![]() | Gets the (Inherited from ![]() ![]() ![]() |
![]() | ![]() | Sets the encoding language for the current (Inherited from ![]() ![]() |
![]() | ![]() | (Inherited from ![]() |
![]() | ScriptManagerControl |
Script manager control.
(Inherited from AbstractCMSPage.) |
![]() | ![]() | Gets the Server object, which is an instance of the (Inherited from ![]() ![]() |
![]() | ![]() | Gets the current Session object provided by ASP.NET. (Inherited from ![]() |
![]() | ![]() | Gets information about the container that hosts the current control when rendered on a design surface. (Inherited from ![]() |
![]() | ![]() | Gets or sets the skin to apply to the control. (Inherited from ![]() |
![]() | ![]() | Obsolete. Gets or sets a value indicating whether smart navigation is enabled. This property is deprecated. (Inherited from ![]() |
![]() | SplitModeAllwaysRefresh |
Indicates if split mode frame should be refreshed always on post-back (even for different cultures).
(Inherited from CMSPage.) |
![]() | ![]() | Gets or sets the name of the theme that is applied to the page early in the page life cycle. (Inherited from ![]() |
![]() | ![]() | Gets a value indicating whether the (Inherited from ![]() ![]() |
![]() | TabMode |
Indicates if the page is in tab mode.
(Inherited from AbstractCMSPage.) |
![]() | ![]() | Gets or sets a reference to the template that contains this control. (Inherited from ![]() |
![]() | ![]() | (Inherited from ![]() |
![]() | ![]() | Gets or sets the name of the page theme. (Inherited from ![]() |
![]() | ![]() | Gets or sets the title for the page. (Inherited from ![]() |
![]() | ![]() | Gets the (Inherited from ![]() ![]() |
![]() | ![]() | Sets a value indicating whether tracing is enabled for the (Inherited from ![]() ![]() |
![]() | ![]() | Sets the mode in which trace statements are displayed on the page. (Inherited from ![]() |
![]() | ![]() | Sets the level of transaction support for the page. (Inherited from ![]() |
![]() | Tree |
Tree provider object.
(Inherited from AbstractCMSPage.) |
![]() | TypeName |
Returns the object type name
(Inherited from CMSPage.) |
![]() | UIContext |
Page's UI context
(Inherited from AbstractCMSPage.) |
![]() | ![]() | Sets the user interface (UI) ID for the (Inherited from ![]() ![]() |
![]() | ![]() | Gets a unique suffix to append to the file path for caching browsers. (Inherited from ![]() |
![]() | ![]() | Gets the unique, hierarchically qualified identifier for the server control. (Inherited from ![]() |
![]() | ![]() | Gets information about the user making the page request. (Inherited from ![]() |
![]() | UseViewStateUserKey |
If true, ViewStateUserKey is used.
(Inherited from AbstractCMSPage.) |
![]() | ![]() | Gets a collection of all validation controls contained on the requested page. (Inherited from ![]() |
![]() | ![]() | Gets a dictionary of state information that allows you to save and restore the view state of a server control across multiple requests for the same page. (Inherited from ![]() |
![]() | ![]() | Gets or sets the encryption mode of the view state. (Inherited from ![]() |
![]() | ![]() | Gets a value that indicates whether the (Inherited from ![]() ![]() |
![]() | ![]() | Gets or sets the view-state mode of this control. (Inherited from ![]() |
![]() | ![]() | Assigns an identifier to an individual user in the view-state variable associated with the current page. (Inherited from ![]() |
![]() | ![]() | Gets or sets a value indicating whether the (Inherited from ![]() ![]() |
Events
Name | Description | |
---|---|---|
![]() | ![]() | Occurs when a user ends a transaction. (Inherited from ![]() |
![]() | ![]() | Occurs when a transaction completes. (Inherited from ![]() |
![]() | ![]() | Occurs when the server control binds to a data source. (Inherited from ![]() |
![]() | ![]() | Occurs when a server control is released from memory, which is the last stage of the server control lifecycle when an ASP.NET page is requested. (Inherited from ![]() |
![]() | ![]() | Occurs when an unhandled exception is thrown. (Inherited from ![]() |
![]() | ![]() | Occurs when the server control is initialized, which is the first step in its lifecycle. (Inherited from ![]() |
![]() | ![]() | Occurs when page initialization is complete. (Inherited from ![]() |
![]() | ![]() | Occurs when the server control is loaded into the (Inherited from ![]() ![]() |
![]() | ![]() | Occurs at the end of the load stage of the page's life cycle. (Inherited from ![]() |
![]() | OnCheckTabSecurity |
Check security event.
(Inherited from CMSPage.) |
![]() | OnTabCreated |
Tab creation event.
(Inherited from CMSPage.) |
![]() | ![]() | Occurs at the beginning of page initialization. (Inherited from ![]() |
![]() | ![]() | Occurs before the page (Inherited from ![]() ![]() |
![]() | ![]() | Occurs after the (Inherited from ![]() ![]() |
![]() | ![]() | Occurs before the page content is rendered. (Inherited from ![]() |
![]() | ![]() | Occurs after the page has completed saving all view state and control state information for the page and controls on the page. (Inherited from ![]() |
![]() | ![]() | Occurs when the server control is unloaded from memory. (Inherited from ![]() |
See Also