UserControlBase Properties Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

The UserControlBase type exposes the following members.

Properties

  Name Description
Protected property Adapter (Inherited from Control.)
Public property AdminUrl
Gets the Url for the administrative interface.
Public property Application (Inherited from UserControl.)
Public property AppRelativeTemplateSourceDirectory (Inherited from Control.)
Public property AppRelativeVirtualPath (Inherited from TemplateControl.)
Public property Attributes (Inherited from UserControl.)
Protected property AutoHandlers Obsolete. (Inherited from TemplateControl.)
Public property BindingContainer (Inherited from Control.)
Public property Cache (Inherited from UserControl.)
Public property CachePolicy (Inherited from UserControl.)
Protected property ChildControlsCreated (Inherited from Control.)
Public property ClientID (Inherited from Control.)
Protected property ClientIDSeparator (Inherited from Control.)
Protected property Context (Inherited from Control.)
Public property Controls (Inherited from Control.)
Public property CS_ConnectionId
Gets a value that uniquely identifies the current web site.
Public property Code example CS_DataFields
Gets a EPTXmlParser that contains a collection of EPT field definitions and values. This property is the replacement for the obsolete EPT_GetFieldName(String) and EPT_GetFieldValue(String) methods.
Public property CS_DocumentType
Gets the Document Type of the current document
Public property CS_EditDataFields
Gets an object that contains the EPT field definitions for an edit eemplate or any document that edits an EPT document. When in an edit template, a EPTXmlParser that contains the EPT fields that defines the editing schema; otherwise null (Nothing in Visual Basic).
Public property CS_EditId
Gets a the edit ID.
Public property CS_HasMetaData
Gets a value that indicates if the current document has meta data.
Public property CS_InsertedCategoryId
Gets the category ID of the current document
Public property CS_InsertedDocumentId
Gets the document ID for the current document. In a presentation template, this is the presented document.
Public property CS_IsInAdmin
Gets a value that indicates whether the current user is logged on to Content Studio administration site.
Public property CS_IsInPreView
Gets a value that tells if the current page is in preview mode
Public property CS_IsInWebView
Gets a value that indicates if the current user is logged on to Content Studio administration site, and that the current page is displayed in web view mode
Public property CS_LiveObjectData
Public property CS_LiveObjectXML
Gets or sets an XML definition that contains the parameter definition for a Live Object.
Public property CS_MLCPageLanguage
Gets the MLC language code for the current page.
Public property CS_MLCPreferredLanguage
Gets the preferred MLC language code.
Public property CS_PreviewDate
Gets a value that is used in the web view to preview documents on another date. This value will be DateTime.MinValue if preview is not used.
Public property CS_QueryStringPrefix
Gets a value that defines the page identifier part of a query string. This value is also used for the id part of the ptid query string member.
Public property CS_RootDocumentId
Gets a value that contains the root document ID retrieved from a query string.
Public property CS_RootPresentationTemplateId
Gets the root presentation template ID retrieved from a query string.
Public property CS_RootRefId
Gets the root referrer document ID retrieved from a query string.
Public property CS_UserSessionId
Gets value that identifies the caller's session. For authenticated callers the value is randomly generated for each new session opened and unique for each caller on a particular web site. For anonymous (not authenticated) callers this value always is CS_ANONYMOUS_SESSION_IDENTIFIER.
Public property CS_ViewState
Gets the view state from the current page.
Public property CS_XHTML
Gets a value that indicates whether or not the current page is written in XHtml.
Public property CS_XHTML_TRAIL
Gets a value that is a slash ("/") if the page uses XHTML, otherwise it is an empty string.
Public property CS_XHTMLStrict
Gets a value that indicates whether or not the current page is written in XHtml 1.0 Strict or XHtml 1.1.
Protected property DesignMode (Inherited from Control.)
Public property EnableTheming (Inherited from TemplateControl.)
Public property EnableViewState (Inherited from Control.)
Public property EPTDocumentID
Setting this property to a valid EPT document id will cause this user control to act as a presentation template. CS_DataFields, EPT_GetFieldValue(String) and EPT_GetFieldName(String) will be filled with data from th chosen ept document.
Protected property Events (Inherited from Control.)
Protected property HasChildViewState (Inherited from Control.)
Public property ID (Inherited from Control.)
Protected property IdSeparator (Inherited from Control.)
Protected property IsChildControlStateCleared (Inherited from Control.)
Public property IsPostBack (Inherited from UserControl.)
Protected property IsTrackingViewState (Inherited from Control.)
Protected property IsViewStateEnabled (Inherited from Control.)
Protected property LoadViewStateByID (Inherited from Control.)
Public property NamingContainer (Inherited from Control.)
Public property Page
Gets a reference to the Page instance that contains the server control.
Public property Parent (Inherited from Control.)
Public property Request (Inherited from UserControl.)
Public property Response (Inherited from UserControl.)
Public property RewriteAppRelativeVirtualPath
Gets or sets a value indicating whether cs should rewrite the AppRelativeVirtualPath path to ~/default.aspx.
Public property Server (Inherited from UserControl.)
Public property Session (Inherited from UserControl.)
Public property Site (Inherited from Control.)
Public property SkinID (Inherited from Control.)
Protected property SupportAutoEvents (Inherited from TemplateControl.)
Protected property TagKey
Gets the HtmlTextWriterTag value that corresponds to this Web user control. This property is used primarily by control developers.
Protected property TagName
Gets the name of the control tag. This property is used primarily by control developers.
Public property TemplateControl (Inherited from Control.)
Public property TemplateSourceDirectory (Inherited from Control.)
Public property Trace (Inherited from UserControl.)
Public property UniqueID (Inherited from Control.)
Protected property ViewState (Inherited from Control.)
Protected property ViewStateIgnoresCase (Inherited from Control.)
Public property Visible (Inherited from Control.)
Top
See Also

Reference