Click or drag to resize
ICMSPage Interface
Interface for the CMS pages.

Namespace: CMS.ExtendedControls
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 9.0.0
Syntax
C#
public interface ICMSPage

The ICMSPage type exposes the following members.

Properties
  NameDescription
Public propertyContextMenuContainer
Container control for the context menus.
Public propertyDocumentManager
Document manager control.
Public propertyFooterContainer
Container control for the page footer.
Public propertyHeaderActions
Local header actions
Public propertyLogsContainer
Container control for the log controls.
Public propertyManagersContainer
Container control for the page managers.
Public propertyMessagesPlaceHolder
Local page messages placeholder
Public propertyScriptManagerControl
Script manager control.
Top
Methods
  NameDescription
Public methodAddMessage
Adds text to existing message on the page.
Public methodEnsureScriptManager
Ensures the script manager on the page.
Public methodShowMessage
Shows the specified message, optionally with a tooltip text and description.
Top
See Also