CodeBase Class Content Studio 5.7 SDK
Content Studio Web Content Management System

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

This abstract (MustInherit in Visual Basic) class acts as the base class of all Content Studio code classes.
Inheritance Hierarchy

SystemObject
  ContentStudio.SiteCodeBase
    ContentStudio.Site.ActiveScriptingActiveScriptingBase
    ContentStudio.SiteFileUploader

Namespace: ContentStudio.Site
Assembly: CS_SiteLib (in CS_SiteLib.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public abstract class CodeBase

The CodeBase type exposes the following members.

Constructors

  NameDescription
Protected methodCodeBase
Constructs a new instance of the CodeBase class.
Protected methodCodeBase(SiteBase)
Constructs a new instance of the CodeBase class.
Protected methodCodeBase(UserControlBase)
Constructs a new instance of the CodeBase class.
Protected methodCodeBase(SiteBase, UserControlBase)
Constructs a new instance of the CodeBase class.
Top
Properties

  NameDescription
Protected propertyCode exampleCS_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.
Protected propertyPage
A reference to the current context page. This will initialize in the constructor of this class.
Protected propertyRunningUserControl
Gets the current running user control.
Top
Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Protected methodStatic memberGetPage
Returns a reference to the current page, with current context.
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also

Reference