This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.

Syntax

C# Copy imageCopy Code
                                  public class CmsPage
Visual Basic (Declaration) Copy imageCopy Code
                                  Public Class CmsPage

The type exposes the following properties.

Public Properties

  Name Description
Public property Application (Inherited from Page.)
Public property AppRelativeTemplateSourceDirectory (Inherited from Control.)
Public property AppRelativeVirtualPath (Inherited from TemplateControl.)
Public property AsyncTimeout (Inherited from Page.)
Public property AutoPostBackControl (Inherited from Page.)
Public property BindingContainer (Inherited from Control.)
Public property Buffer (Inherited from Page.)
Public property Cache (Inherited from Page.)
Public property ClientID (Inherited from Control.)
Public property ClientIDMode (Inherited from Control.)
Public property ClientQueryString (Inherited from Page.)
Public property ClientScript (Inherited from Page.)
Public property ClientTarget (Inherited from Page.)
Public property CmsItemId
Gets or sets the associated Cms item id.
Public property CmsItemReference
Gets the CMS item reference.
Public property CodePage (Inherited from Page.)
Public property ContentType (Inherited from Page.)
Public property Controls (Inherited from Control.)
Public property Culture (Inherited from Page.)
Public property DataItemContainer (Inherited from Control.)
Public property DataKeysContainer (Inherited from Control.)
Public property EnableEventValidation (Inherited from Page.)
Public property EnableTheming (Inherited from TemplateControl.)
Public property EnableViewState (Inherited from Page.)
Public property EnableViewStateMac (Inherited from Page.)
Public property ErrorPage (Inherited from Page.)
Public property Form (Inherited from Page.)
Public property Header (Inherited from Page.)
Public property ID (Inherited from Page.)
Public property IdSeparator (Inherited from Page.)
Public property IsAsync (Inherited from Page.)
Public property IsCallback (Inherited from Page.)
Public property IsCrossPagePostBack (Inherited from Page.)
Public property IsPostBack (Inherited from Page.)
Public property IsPostBackEventControlRegistered (Inherited from Page.)
Public property IsReusable (Inherited from Page.)
Public property IsValid (Inherited from Page.)
Public property Item
Gets the Cms item if the current page has an association with any.
Public property Items (Inherited from Page.)
Public property LCID (Inherited from Page.)
Public property MaintainScrollPositionOnPostBack (Inherited from Page.)
Public property Master (Inherited from Page.)
Public property MasterPageFile (Inherited from Page.)
Public property MaxPageStateFieldLength (Inherited from Page.)
Public property MetaDescription (Inherited from Page.)
Public property MetaKeywords (Inherited from Page.)
Public property ModelBindingExecutionContext (Inherited from Page.)
Public property ModelState (Inherited from Page.)
Public property NamingContainer (Inherited from Control.)
Public property Page (Inherited from Control.)
Public property PageAdapter (Inherited from Page.)
Public property Parent (Inherited from Control.)
Public property PreviousPage (Inherited from Page.)
Public property RenderingCompatibility (Inherited from Control.)
Public property Request (Inherited from Page.)
Public property Response (Inherited from Page.)
Public property ResponseEncoding (Inherited from Page.)
Public property RouteData (Inherited from Page.)
Public property Server (Inherited from Page.)
Public property Session (Inherited from Page.)
Public property Site (Inherited from Control.)
Public property SkinID (Inherited from Control.)
Public property SkipFormActionValidation (Inherited from Page.)
Public property SmartNavigation Obsolete. (Inherited from Page.)
Public property StyleSheetTheme (Inherited from Page.)
Public property TemplateControl (Inherited from Control.)
Public property TemplateSourceDirectory (Inherited from Control.)
Public property Theme (Inherited from Page.)
Public property Title (Inherited from Page.)
Public property Trace (Inherited from Page.)
Public property TraceEnabled (Inherited from Page.)
Public property TraceModeValue (Inherited from Page.)
Public property UICulture (Inherited from Page.)
Public property UniqueID (Inherited from Control.)
Public property UnobtrusiveValidationMode (Inherited from Page.)
Public property User (Inherited from Page.)
Public property ValidateRequestMode (Inherited from Page.)
Public property Validators (Inherited from Page.)
Public property ViewStateEncryptionMode (Inherited from Page.)
Public property ViewStateMode (Inherited from Control.)
Public property ViewStateUserKey (Inherited from Page.)
Public property Visible (Inherited from Page.)

Protected Properties

  Name Description
Protected property Adapter (Inherited from Control.)
Protected property AspCompatMode (Inherited from Page.)
Protected property AsyncMode (Inherited from Page.)
Protected property AutoHandlers Obsolete. (Inherited from TemplateControl.)
Protected property ChildControlsCreated (Inherited from Control.)
Protected property ClientIDSeparator (Inherited from Control.)
Protected property Context (Inherited from Page.)
Protected property DesignMode (Inherited from Control.)
Protected property Events (Inherited from Control.)
Protected property FileDependencies Obsolete. (Inherited from Page.)
Protected property HasChildViewState (Inherited from Control.)
Protected property IsChildControlStateCleared (Inherited from Control.)
Protected property IsTrackingViewState (Inherited from Control.)
Protected property IsViewStateEnabled (Inherited from Control.)
Protected property LoadViewStateByID (Inherited from Control.)
Protected property PageStatePersister (Inherited from Page.)
Protected property SupportAutoEvents (Inherited from TemplateControl.)
Protected property TransactionMode (Inherited from Page.)
Protected property UniqueFilePathSuffix (Inherited from Page.)
Protected property ViewState (Inherited from Control.)
Protected property ViewStateIgnoresCase (Inherited from Control.)

Explicit Interface Implementations

See Also

Advanced