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

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

Inserts a field in a presentation template. The data is written as HTML to the supplied stream or the default response stream. The Insertfield class acts as the underlying engine for the Insert field AS component.
Inheritance Hierarchy

SystemObject
  ContentStudio.SiteCodeBase
    ContentStudio.Site.ActiveScriptingActiveScriptingBase
      ContentStudio.Site.ActiveScriptingPageableComponent
        ContentStudio.Site.ActiveScriptingEPTBase
          ContentStudio.Site.ActiveScripting.EPTInsertField

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

public sealed class InsertField : EPTBase

The InsertField type exposes the following members.

Constructors

  NameDescription
Public methodInsertField
Initializes a new instance of the InsertField 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
(Overrides ActiveScriptingBaseComponentName.)
Public propertyConformance
Gets a value which specifies which type of code a component can generate.
(Overrides ActiveScriptingBaseConformance.)
Public propertyElementType
Gets a value which specifies the type of outer element the component generates.
(Overrides ActiveScriptingBaseElementType.)
Public propertyEncoding
Sets or gets the encoding the component uses. The default encoding is the UTF8 encoding without byte order mark.
(Inherited from ActiveScriptingBase.)
Top
Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodStatic memberInvoke(String, Boolean, Boolean, String, String, String, Boolean)
Invokes the component and writes its content into the default response stream
Public methodStatic memberInvoke(Stream, String, Boolean, Boolean, String, String, String, Boolean)
Invokes the component and writes its content into the specified stream
Public methodStatic memberInvoke(MasterPageBase, String, Boolean, Boolean, String, String, String, Boolean)
Invokes the component and writes its content into the specified stream
Public methodStatic memberInvoke(SiteBase, String, Boolean, Boolean, String, String, String, Boolean)
Invokes the component and writes its content into the specified stream
Public methodStatic memberInvoke(UserControlBase, String, Boolean, Boolean, String, String, String, Boolean)
Invokes the component and writes its content into the specified stream
Public methodStatic memberInvoke(Stream, SiteBase, String, Boolean, Boolean, String, String, String, Boolean)
Invokes the component and writes its content into the specified stream
Public methodStatic memberInvoke(Stream, UserControlBase, String, Boolean, Boolean, String, String, String, Boolean)
Invokes the component and writes its content into the specified stream
Public methodStatic memberInvoke(Stream, SiteBase, UserControlBase, String, Boolean, Boolean, String, String, String, Boolean)
Invokes the component and writes its content into the specified stream
Public methodToString (Inherited from Object.)
Top
Remarks

To use this class, create an instance of this object, and call the Invoke method with the appropriate parameters.
See Also

Reference