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

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

The InsertLink20 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 an EPT field that contains the CSS class name to use with the displayed link. If the StaticClassName parameter is set this parameter is ignored. 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.)
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 ImageAltAttribute
Gets or sets the a name of an EPT field that contains the ALT attribute to use with the image to be used as a part of the link. If the StaticImageAlt parameter is set this parameter is ignored. The default value is an empty string.
Public property LinkImage
Gets or sets the a name of an EPT field that contains the URL to an image file to be used as a part of the link. If the StaticLinkImage parameter is set this parameter is ignored. The default value is an empty string.
Public property LinkText
Gets or sets a name of an EPT field that contains the text to display in the link. If the StaticLinkText parameter is set this parameter is ignored. The default value is an empty string.
Public property LinkURL
Gets or sets the a name of an EPT field that contains the link URL. If the StaticLinkURL parameter is set this parameter is ignored. The default value is an empty string.
Public property OptionalQueryString
Gets or sets the query string argument to be appended to the link. The default value is an empty string.
Public property PTId
Gets or sets the presentation template to use. This parameter is ignored if the value is zero or less. The default value is zero.
Public property StaticClassName
Gets or sets the name of the CSS class name to use with the displayed link. Set this property to an empty string if the ClassName instead. The default value is an empty string.
Public property StaticImageAltAttribute
Gets or sets the content of the ALT attribute to use with the image to be used as a part of the link. Set this property to an empty string if the ImageAlt should be used instead. The default value is an empty string.
Public property StaticLinkImage
Gets or sets the name of a URL to the image file to be used as a part of the link. Set this property to an empty string if the LinkImage should be used instead. The default value is an empty string.
Public property StaticLinkText
Gets or sets the text to show in the link. Set this property to an empty string if the LinkText should be used instead. The default value is an empty string.
Public property StaticLinkURL
Gets or sets the link URL. Set this property to an empty string if the LinkURL should be used instead. The default value is an empty string.
Public property StaticTarget
Gets or sets the TARGET attribute of the link. Set this property to an empty string if Target should be used instead. The default value is an empty string.
Public property StaticTitle
Gets or sets the that contains the TITLE attribute of the generated link. Set this property to an empty string if Title should be used instead. The default value is an empty string.
Public property Target
Gets or sets the a name of an EPT field that contains the TARGET attribute of the link. If the StaticTarget parameter is set this parameter is ignored. The default value is an empty string.
Public property Title
Gets or sets the a name of an EPT field that contains the TITLE attribute of the generated link. If the StaticTitle parameter is set this parameter is ignored. The default value is an empty string.
Top
See Also

Reference