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

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

The MLCBase 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 ComponentName
Gets the name of the component
(Inherited from ActiveScriptingBase.)
Public property Conformance
Gets a value which specifies which type of code a component can generate.
(Inherited from ActiveScriptingBase.)
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.
(Inherited from ActiveScriptingBase.)
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.)
Public property LanguageCode
Gets the language code used. By default this property is "neutral" and set when the LanguageXml property is set.
Public property LanguageID
Gets the language id used. By default this property is 1 (neutral) and set when the LanguageXml property is set.
Public property LanguageName
Gets the language name used. By default this property is an "(Language neutral)" and set when the LanguageXml property is set.
Public property LanguageXml
Sets or gets a value that indicates an MLC-language used by the document to insert. This is indicated as an XML fragment in the format: <r><id>NNNNN</id><name>Language name</name><languagecode>LL</languagecode></r> Where NNNNN is the numeric LanguageID and LL is the language short string The default value is "<r><id>1</id><name>(Language neutral)</name><languagecode>neutral</languagecode></r>" When you set this property the LanguageID, LanguageName and LanguageCode properties are set to the language indicated by the XML fragment.
Protected property Page
A reference to the current context page. This will initialize in the constructor of this class.
(Inherited from CodeBase.)
Protected property PresentationTemplateSiblings
Returns a collection of presentation template siblings connected to the current document's presentation template. The first time this property is called the collection is create and filled with the siblings of the current presentation template.
Protected property ReferrerSiblings
Gets a collection of MLC siblings for the referring page.
Protected property RunningUserControl
Gets the current running user control.
(Inherited from CodeBase.)
Protected property Siblings
Returns a collection of siblings connected to this document. The first time this property is called the collection is create and filled with the siblings of the current document. To fill the collection with siblings for another document use the LoadDocumentSiblings method before calling this property.
Top
See Also

Reference