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 Master
Visual Basic (Declaration) Copy imageCopy Code
                                  Public Class Master

The type exposes the following properties.

Public Properties

  Name Description
Public property Application (Inherited from UserControl.)
Public property AppRelativeTemplateSourceDirectory (Inherited from Control.)
Public property AppRelativeVirtualPath (Inherited from TemplateControl.)
Public property Attributes (Inherited from UserControl.)
Public property BindingContainer (Inherited from Control.)
Public property Cache (Inherited from UserControl.)
Public property CachePolicy (Inherited from UserControl.)
Public property ClientID (Inherited from Control.)
Public property ClientIDMode (Inherited from Control.)
Public property Controls (Inherited from Control.)
Public property DataItemContainer (Inherited from Control.)
Public property DataKeysContainer (Inherited from Control.)
Public property EnableTheming (Inherited from TemplateControl.)
Public property EnableViewState (Inherited from Control.)
Public property ID (Inherited from Control.)
Public property IsPostBack (Inherited from UserControl.)
Public property ItemLocation
Gets or sets the Smartsite item location.
Public property Master (Inherited from MasterPage.)
Public property MasterPageFile (Inherited from MasterPage.)
Public property NamingContainer (Inherited from Control.)
Public property Page (Inherited from Control.)
Public property Parent (Inherited from Control.)
Public property RenderContext
Gets the render context.
Public property RenderingCompatibility (Inherited from Control.)
Public property Request (Inherited from UserControl.)
Public property Response (Inherited from UserControl.)
Public property Server (Inherited from UserControl.)
Public property Session (Inherited from UserControl.)
Public property Site (Inherited from Control.)
Public property SkinID (Inherited from Control.)
Public property TemplateControl (Inherited from Control.)
Public property TemplateSourceDirectory (Inherited from Control.)
Public property Trace (Inherited from UserControl.)
Public property UniqueID (Inherited from Control.)
Public property ValidateRequestMode (Inherited from Control.)
Public property ViewStateMode (Inherited from Control.)
Public property Visible (Inherited from Control.)

Protected Properties

  Name Description
Protected property Adapter (Inherited from Control.)
Protected property AutoHandlers Obsolete. (Inherited from TemplateControl.)
Protected property ChildControlsCreated (Inherited from Control.)
Protected property ClientIDSeparator (Inherited from Control.)
Protected property ContentPlaceHolders (Inherited from MasterPage.)
Protected property ContentTemplates (Inherited from MasterPage.)
Protected property Context (Inherited from Control.)
Protected property DesignMode (Inherited from Control.)
Protected property Events (Inherited from Control.)
Protected property HasChildViewState (Inherited from Control.)
Protected property IdSeparator (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 SupportAutoEvents (Inherited from TemplateControl.)
Protected property ViewState (Inherited from Control.)
Protected property ViewStateIgnoresCase (Inherited from Control.)

Explicit Interface Implementations

See Also

Advanced