Click or drag to resize
CMSProcessDetailMasterPage Class
Base class for automation process detail master page.
Inheritance Hierarchy
SystemObject
  System.Web.UIControl
    System.Web.UITemplateControl
      System.Web.UIUserControl
        System.Web.UIMasterPage
          CMS.UIControlsAbstractMasterPage
            CMS.UIControlsCMSMasterPage
              CMS.ContactManagement.Web.UICMSProcessDetailMasterPage

Namespace: CMS.ContactManagement.Web.UI
Assembly: CMS.ContactManagement.Web.UI (in CMS.ContactManagement.Web.UI.dll) Version: 13.0.131
Syntax
C#
public abstract class CMSProcessDetailMasterPage : CMSMasterPage

The CMSProcessDetailMasterPage type exposes the following members.

Constructors
  NameDescription
Protected methodCMSProcessDetailMasterPage
Top
Fields
  NameDescription
Protected fieldlblError
Error label control.
(Inherited from AbstractMasterPage.)
Protected fieldlblInfo
Info label control.
(Inherited from AbstractMasterPage.)
Protected fieldlblWarning
Warning label control.
(Inherited from AbstractMasterPage.)
Protected fieldmBodyClass
Body CSS class.
(Inherited from AbstractMasterPage.)
Protected fieldplcMessages
Placeholder for messages.
(Inherited from AbstractMasterPage.)
Top
Properties
  NameDescription
Public propertyActionsViewstateEnabled
Indicates if header actions panel should have ViewState enabled or disabled.
(Inherited from AbstractMasterPage.)
Public propertyAfterFormPlaceholder
Gets placeholder located after form element.
(Inherited from AbstractMasterPage.)
Protected propertyAutomationManager
Automation manager component.
Public propertyBody
Body object.
(Inherited from AbstractMasterPage.)
Public propertyBodyClass
Body class.
(Inherited from AbstractMasterPage.)
Public propertyButtonClose
Prepared for closing modal window.
(Inherited from AbstractMasterPage.)
Public propertyButtonNext
Prepared for switching to next record (info/details etc.)
(Inherited from AbstractMasterPage.)
Public propertyButtonPrevious
Prepared for switching to previous record (info/details etc.)
(Inherited from AbstractMasterPage.)
Protected propertyDetailPage
Gets detail page, can return null value;
Public propertyDisplayActionsPanel
Indicates whether the panel for actions should be displayed.
(Inherited from AbstractMasterPage.)
Public propertyDisplayControlsPanel
Indicates whether the panel for additional controls should be displayed.
(Inherited from AbstractMasterPage.)
Public propertyDisplaySeparatorPanel
Indicates whether sparator should be displayed
(Inherited from AbstractMasterPage.)
Public propertyDisplaySiteSelectorPanel
Indicates whether the panel for site selector should be displayed
(Inherited from AbstractMasterPage.)
Public propertyErrorLabel
Error label control.
(Inherited from AbstractMasterPage.)
Public propertyFooterContainer
Container with footer panel.
(Inherited from AbstractMasterPage.)
Public propertyHeadElements
Prepared for specifying the additional HEAD elements.
(Inherited from AbstractMasterPage.)
Public propertyHeaderActions
HeaderActions control.
(Inherited from AbstractMasterPage.)
Public propertyHeaderActionsPlaceHolder
HeaderActionsPermissions place holder.
(Inherited from AbstractMasterPage.)
Public propertyHeaderContainer
Header container.
(Inherited from AbstractMasterPage.)
Public propertyInfoLabel
Info label control.
(Inherited from AbstractMasterPage.)
Public propertyLinkExport
Prepared for exporting.
(Inherited from AbstractMasterPage.)
Protected propertyMasterPage
Gets top master page.
Public propertyMessagesPlaceHolder
Messages placeholder from top master page.
(Overrides AbstractMasterPageMessagesPlaceHolder.)
Public propertyObjectEditMenu
Container with header actions menu
(Inherited from AbstractMasterPage.)
Public propertyPageStatusContainer
Page status container.
(Inherited from AbstractMasterPage.)
Public propertyPanelBody
Body panel.
(Inherited from AbstractMasterPage.)
Public propertyPanelContainer
Tabs container panel.
(Inherited from AbstractMasterPage.)
Public propertyPanelContent
Gets the content panel.
(Inherited from AbstractMasterPage.)
Public propertyPanelFooter
Footer panel.
(Inherited from AbstractMasterPage.)
Public propertyPanelHeader
Header panel.
(Inherited from AbstractMasterPage.)
Public propertyPanelInfo
Info panel.
(Inherited from AbstractMasterPage.)
Public propertyPanelLeft
Left tabs panel.
(Inherited from AbstractMasterPage.)
Public propertyPanelRight
Right tabs panel.
(Inherited from AbstractMasterPage.)
Public propertyPanelSeparator
Separator panel.
(Inherited from AbstractMasterPage.)
Public propertyPanelTabs
Tabs panel.
(Inherited from AbstractMasterPage.)
Public propertyPanelTitle
Panel containing title.
(Inherited from AbstractMasterPage.)
Public propertyPanelTitleActions
Panel containing title actions displayed above scrolling content.
(Inherited from AbstractMasterPage.)
Public propertyPlaceholderLabels
Gets the labels container.
(Inherited from AbstractMasterPage.)
Public propertyTabMode
Indicates if the page is in tab mode.
(Inherited from AbstractMasterPage.)
Public propertyTabs
Tabs control.
(Inherited from AbstractMasterPage.)
Public propertyTitle
Page title control from top master page.
(Overrides AbstractMasterPageTitle.)
Public propertyWarningLabel
Warning label control.
(Inherited from AbstractMasterPage.)
Top
Methods
  NameDescription
Protected methodEnsureMessagesPlaceHolder
Ensures message labels on the page.
(Inherited from AbstractMasterPage.)
Public methodHidePageTitle
Hide page title if page is used in tab mode.
(Inherited from CMSMasterPage.)
Protected methodOnInit
Init event handler.
(Overrides CMSMasterPageOnInit(EventArgs).)
Protected methodOnLoad
Load event handler.
(Overrides ControlOnLoad(EventArgs).)
Protected methodOnPreRender
Pre-render event handler.
(Overrides CMSMasterPageOnPreRender(EventArgs).)
Public methodSetBrowserClass
Sets the browser class to the body class.
(Inherited from CMSMasterPage.)
Public methodSetRTL
Sets the RTL culture to the body class if RTL language.
(Inherited from CMSMasterPage.)
Protected methodSetShortIDs
Sets the short IDs to the controls.
(Inherited from AbstractMasterPage.)
Top
Extension Methods
  NameDescription
Public Extension MethodCallHandled
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.)
Public Extension MethodGetString
Gets the string by the specified resource key
(Defined by ControlsExtensions.)
Top
See Also