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

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

The InsertImageLink type exposes the following members.

Properties

  Name Description
Public property AftContent
Sets or gets the text to be displayed immediately after the image link. The default value is an empty string.
Public property Align
Sets or gets the ALIGN attribute of the image. The default value is an empty string (the attribute is not used).
Public property Alt
Sets or gets the name of the field containing the text to be used for the ALT attribute of the image. This value will override the StaticAlt property. The default value is an empty string.
Public property AlwaysShowImage
Sets or gets a value indicating if the image should be displayed even if the StaticURL or URL property not is vlalid. The default value is false.
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 Code example Border
Sets or gets the BORDER attribute of the image. The default value is zero (no border).
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 Code example Height
Sets or gets the HEIGHT attribute of the image. The default value is an empty string (the attribute is not used).
Public property Code example HSpace
Sets or gets the HSPACE (horizontal space) attribute of the image. The default value is an empty string (the attribute is not used).
Public property Code example Image
Sets or gets the name of the field containing the source reference (URL) of the image to use. The default value is an empty string (using the value of StaticImage instead).
Public property Code example PreContent
Sets or gets the text to be displayed immediately before the image link. The default value is an empty string.
Public property Code example PTID
Sets or gets an optional presentation template (PTID) to be used when StaticURL is a document ID. The default value is zero (no optional PTID).
Public property Code example StaticAlt
Sets or gets the ALT attribute of the image, which describes the content of the image. This value can be overridden by the Alt property. The default value is an empty string.
Public property Code example StaticImage
Sets or gets the static source reference (URL) of the image to use. This value can be overridden by the Image property. The default value is an empty string..
Public property Code example StaticTarget
Sets or gets the static TARGET attribute of the link. This value can be overridden by the Target property. The default value is an empty string (the attribute is not used).
Public property Code example StaticText
Sets or gets the link text This value can be overridden by the Text property. The default value is an empty string.
Public property Code example StaticURL
Sets or gets the link URL, which can be a regular URL or a document ID. This value can be overridden by the URL property. The default value is an empty string.
Public property Target
Sets or gets the name of the field containing the text to be used in theTARGET attribute of the link. This value will override the StaticTarget property. The default value is an empty string (the attribute is not used).
Public property Text
Sets or gets the name of the field containing the text to be used in the link text. This value will override the StaticText property.The default value is an empty string.
Public property URL
Sets or gets the name of the field containing the source reference to the destination URL. This value will override the StaticURL property. The default value is an empty string.
Public property Code example Width
Sets or gets the WIDTH attribute of the image. The default value is an empty string (the attribute is not used).
Public property Code example VSpace
Sets or gets the VSPACE (vertical space) attribute of the image. The default value is an empty string (the attribute is not used).
Top
See Also

Reference