ContentStudio.Site.ActiveScripting Namespace Content Studio 5.7 SDK
Content Studio Web Content Management System

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

This namespace contains classes that defines the base of all Content Studio components.
Classes

  Class Description
Public class ActiveScriptingBase
This is the base class for all Content Studio AS components.
Public class DateBase
This abstract class acts as a base class for date type management for the Content Studio components.
Public class DocumentBase
This abstract class acts as a base class for document type management for the Content Studio components.
Public class EPTBase
This abstract base class provides EPT functionality for Content Studio components.
Public class MenuBase
This abstract class acts as a base class for menu creation management for the Content Studio components.
Public class MLCBase
This class acts as a base class for MLC aware Content Studio Active scripting components. MLCBase has a number of base properties and useful methods that facilitates the creation of MLC aware components.
Protected class MLCBaseMLCSibling
This class acts as a recordholder for each found MLC sibling found for a document.
Protected class MLCBaseMLCSiblingCollection
This class contains a collection of found MLC siblings for a certain document.
Public class PageableComponent
This abstract class acts as a base class for paging management for the Content Studio components.
Public class SearchBase
This abstract class acts as a base class searching management for the Content Studio components.
Public class SecurityBase
This abstract class acts as a base class for security management for the Content Studio components.
Structures

  Structure Description
Public structure EPTBaseXmlIndexProperties
Properties object used for ICS_ASDynamicCode
Interfaces

  Interface Description
Public interface EPTBaseICS_ASDynamicCode
Public interface used for Content Studio components that implements dynamic code execution for example Script filtered documents and List pageable filtered documents.
Enumerations

  Enumeration Description
Public enumeration ActiveScriptingBaseConformanceLevels
Specifies which type of code a component can generate. The code that actually is generated is determined by the document type of the page hosting the component.
Public enumeration ActiveScriptingBaseElementTypeSpecification
Defines which type of outer element the component generates.