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

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

The DocumentLevelInformation type exposes the following members.

Properties

  Name Description
Public property BackwardsComponentCompatibilityMode
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 property ClassName
Sets or gets the name of a CSS class that is used to supply text formatting. The default value is an empty string
Public property ComponentName
Gets the name of the component
(Overrides ActiveScriptingBaseComponentName.)
Public property Conformance
Gets a value which specifies which type of code a component can generate.
(Overrides ActiveScriptingBaseConformance.)
Protected 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.
(Inherited from CodeBase.)
Public property ElementType
Gets a value which specifies the type of outer element the component generates.
(Overrides ActiveScriptingBaseElementType.)
Public property Encoding
Sets or gets the encoding the component uses. The default encoding is the UTF8 encoding without byte order mark.
(Inherited from ActiveScriptingBase.)
Protected property Page
A reference to the current context page. This will initialize in the constructor of this class.
(Inherited from CodeBase.)
Public property RootStartLevel
Sets or gets the root document's level. Logically, this value is always 1 but can be any integer value. Set this parameter blank or zero to omit the root level. The default value is zero
Protected property RunningUserControl
Gets the current running user control.
(Inherited from CodeBase.)
Public property UseRootDocument
Sets or gets a value that specifies if you want to use the root document information. This is true if you use this component in an included document. The default value is false
Top
See Also

Reference