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

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

The InsertLinkToOtherLanguage 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
Gets or sets the a name of a CSS class name to use with the displayed link. The default value is an empty string, that will omit the attribute.
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.)
Public property ImageAlt
Gets or sets the ALT attribute of the image. The default value is an empty string.
Public property Code example ImageAttributes
Sets or gets optional attributes for the generated image element in the link. The default value is an empty string.
Public property LanguageCode
Gets the language code used. By default this property is "neutral" and set when the LanguageXml property is set.
(Inherited from MLCBase.)
Public property LanguageID
Gets the language id used. By default this property is 1 (neutral) and set when the LanguageXml property is set.
(Inherited from MLCBase.)
Public property LanguageName
Gets the language name used. By default this property is an "(Language neutral)" and set when the LanguageXml property is set.
(Inherited from MLCBase.)
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.
(Inherited from MLCBase.)
Public property Code example LinkAttributes
Sets or gets optional attributes for the generated link. The default value is an empty string.
Public property LinkImage
Sets or gets the URL of the link image. The default value is an empty string, which will omit the image element entirely.
Public property LookupPresentationTemplate
Sets or gets a value that indicates if Content Studio should do an MLC lookup on the presentation template. The default value is true. If this property is true, the presentation template must be an MLC member or located in an MLC member category.
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.
(Inherited from MLCBase.)
Protected property ReferrerSiblings
Gets a collection of MLC siblings for the referring page.
(Inherited from MLCBase.)
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.
(Inherited from MLCBase.)
Public property Target
Gets or sets the TARGET attribute of the link. The default value is an empty string, which will omit the attribute.
Public property Text
Sets or gets the text to display in the generated link. The default value is an empty string.
Public property Title
Sets or gets the TITLE attribute of the generated link. The default value is an empty string, which will omit the attribute.
Public property UseRootDocument
Sets or gets a value that specifies if the root document, retrieved from the query string, should be used when finding a suitable MLC sibling. The default value is false (using the current document).
Top
See Also

Reference