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

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

The InsertLinkToSelf type exposes the following members.

Properties

  Name Description
Public property AltText
Sets or gets the ALT attribute of the image, which describes the content of the image. The default value is an empty string.
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 CLASS attribute of the link. The default value is an empty string (the attribute is not used).
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.)
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 ImageField
Sets or gets a value indicating if the LinkImage property should be interpreted as an EPT field name. The default value is false (the LinkField property is interpreted as an URL).
Public property LinkField
Sets or gets a value indicating if the LinkText property should be interpreted as an EPT field name. The default value is false (the LinkText property is interpreted as plain text).
Public property LinkImage
Sets or gets the URL of an image to be displayed with the link. If the property ImageField is set, this should be the name of an EPT field containing the URL of the image. The default value is empty string (no image to display).
Public property Linktext
Sets or gets the text to be displayed with the link. If the property LinkField is set, this should be the name of an EPT field containing the text to display. The default value is empty string (no text to display).
Public property Code example PTID
Sets or gets an optional presentation template (PTID) to be used. The default value is zero (no optional PTID).
Public property RememberQueryString
Sets or gets a value indicating if all query string variables (except ID and PTID) should be remembered. The default value is true.
Public property RootSelf
Sets or gets a value indicating if you want to link to the root document (the ID in query string). The default value is false.
Public property Target
Sets or gets the TARGET attribute of the link. The default value is an empty string (the attribute is not used).
Public property TargetField
Sets or gets a value indicating if the Target property should be interpreted as an EPT field name. The default value is false (the Target property is interpreted as plain text).
Public property Title
Sets or gets the TITLE attribute of the link. The default value is an empty string (the attribute is not used).
Top
See Also

Reference