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

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

This abstract base class provides EPT functionality for Content Studio components.
Inheritance Hierarchy

SystemObject
  ContentStudio.SiteCodeBase
    ContentStudio.Site.ActiveScriptingActiveScriptingBase
      ContentStudio.Site.ActiveScriptingPageableComponent
        ContentStudio.Site.ActiveScriptingEPTBase
          More...

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

public abstract class EPTBase : PageableComponent

The EPTBase type exposes the following members.

Constructors

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

  NameDescription
Public propertyBackwardsComponentCompatibilityMode
Sets or gets a value that indicates whether the code runs in backwards compatibility component mode. The default value is false.
(Inherited from ActiveScriptingBase.)
Public propertyComponentName
Gets the name of the component
(Inherited from ActiveScriptingBase.)
Public propertyConformance
Gets a value which specifies which type of code a component can generate.
(Inherited from ActiveScriptingBase.)
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.
(Inherited from CodeBase.)
Public propertyElementType
Gets a value which specifies the type of outer element the component generates.
(Inherited from ActiveScriptingBase.)
Public propertyEncoding
Sets or gets the encoding the component uses. The default encoding is the UTF8 encoding without byte order mark.
(Inherited from ActiveScriptingBase.)
Protected propertyPage
A reference to the current context page. This will initialize in the constructor of this class.
(Inherited from CodeBase.)
Protected propertyRunningUserControl
Gets the current running user control.
(Inherited from CodeBase.)
Top
Methods

  NameDescription
Protected methodBuildHTMLComponentException
Returns an component exception in HTML format.
(Inherited from ActiveScriptingBase.)
Protected methodCreatePageRange
Create a page range in HTML or XHTML
(Inherited from PageableComponent.)
Protected methodCSF_LookUpField(Int32, String, String, String)
Used for id lookups from xmlindex
Protected methodCSF_LookUpField(Int32, String, String, String, Boolean, Int32)
Used for id lookups from xmlindex
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Protected methodStatic memberFixXmlIndexArraySize(Boolean)
Fix the length of arrays used for XmlIndexQuery.
Protected methodStatic memberFixXmlIndexArraySize(String)
Fix the length of arrays used for XmlIndexQuery.
Protected methodStatic memberFixXmlIndexArraySize(EPTBaseICS_ASDynamicCode)
Fix the length of arrays used for XmlIndexQuery.
Protected methodStatic memberFixXmlIndexArraySize(XmlIndexQueryQueryDataTypes)
Fix the length of arrays used for XmlIndexQuery.
Protected methodGenerateLinkTargetAttribute
Returns the attribute string to be written to the link.
(Inherited from ActiveScriptingBase.)
Protected methodGetCorrectField
Extracts the correct value from a passed in EPT field name and a static field value.
(Inherited from ActiveScriptingBase.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMakeDirectEditIcon
Method for creating an direct edit icon used in web view
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodPrepareSortCells(Stream, Boolean, String, String, String, String, String, String, Boolean, Boolean)
Prepare sort cells. Writes a <td></td> or <span></span> portion of sort cell.
Protected methodPrepareSortCells(Stream, Boolean, String, String, String, String, String, String, Boolean, Boolean, Boolean)
Prepare sort cells. Writes a <td></td> or <span></span> portion of sort cell.
Public methodStatic memberReadCategoryIdFromIndexedField
Reads out the category ID from AS-Datatype: Indexed EPT fields.
Public methodStatic memberReadFieldNameFromIndexedField
Reads out the field name from AS data type: Indexed EPT fields.
Protected methodReadFromApplicationCache
Returns data that is read from the application cache.
(Inherited from ActiveScriptingBase.)
Protected methodStatic memberReturnAlternateImage
Returns the filename for thumbnail or hires image
Protected methodReturnQueryAsDictionary
Returns a Dictionary containing query results.
Protected methodSetApplicationCache
Stores a string in the application cache.
(Inherited from ActiveScriptingBase.)
Protected methodSyncronizeMLC
Provides support for components that needs to be MLC aware, by localizing the supplied category or presentation template from the current document, or the preferred language of the visitor.
(Inherited from ActiveScriptingBase.)
Public methodToString (Inherited from Object.)
Protected methodWriteAttribute(TextWriter, String, String)
Writes an attribute string to the supplied stream, unless Value is an empty string or null
(Inherited from ActiveScriptingBase.)
Protected methodWriteAttribute(TextWriter, String, String, Boolean)
Writes an attribute string to the supplied stream.
(Inherited from ActiveScriptingBase.)
Top
See Also

Reference

Inheritance Hierarchy

SystemObject
  ContentStudio.SiteCodeBase
    ContentStudio.Site.ActiveScriptingActiveScriptingBase
      ContentStudio.Site.ActiveScriptingPageableComponent
        ContentStudio.Site.ActiveScriptingEPTBase
          ContentStudio.Site.ActiveScripting.EPTAnonymousWriter
          ContentStudio.Site.ActiveScripting.EPTEASendMail
          ContentStudio.Site.ActiveScripting.EPTInsertAdvancedImage
          ContentStudio.Site.ActiveScripting.EPTInsertField
          ContentStudio.Site.ActiveScripting.EPTInsertFieldWithObjects
          ContentStudio.Site.ActiveScripting.EPTInsertFilteredDocuments20
          ContentStudio.Site.ActiveScripting.EPTInsertImageLink
          ContentStudio.Site.ActiveScripting.EPTInsertLink20
          ContentStudio.Site.ActiveScripting.EPTInsertLinkToSelf
          ContentStudio.Site.ActiveScripting.EPTListFilteredDocumentsInDropdownAdvanced20
          ContentStudio.Site.ActiveScripting.EPTListPageableFilteredDocuments20
          ContentStudio.Site.ActiveScripting.EPTScriptFilteredDocuments
          ContentStudio.Site.ActiveScripting.MiscInsertRSSFeed
          ContentStudio.Site.ActiveScripting.MiscRSSFeeder