| ICMSPage Interface | 
Namespace: CMS.Base.Web.UI
 Syntax
Syntaxpublic interface ICMSPage
The ICMSPage type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | ContextMenuContainer | 
            Container control for the context menus.
             | 
|  | DocumentManager | 
            Document manager control.
             | 
|  | FooterContainer | 
            Container control for the page footer.
             | 
|  | HeaderActions | 
            Local header actions
             | 
|  | ManagersContainer | 
            Container control for the page managers.
             | 
|  | MessagesPlaceHolder | 
            Local page messages placeholder
             | 
|  | ScriptManagerControl | 
            Script manager control.
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | AddMessage | 
            Adds text to existing message on the page.
             | 
|  | EnsureScriptManager | 
            Ensures the script manager on the page.
             | 
|  | ShowMessage | 
            Shows the specified message, optionally with a tooltip text and description.
             | 
 See Also
See Also