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

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

The InsertAdvancedImage type exposes the following members.

Properties

  Name Description
Public property Align
Sets or gets a value that defines the align attribute of the generated image element. The default value is an empty string (no attribute is used).
Public property AlternateImageLink
Sets or gets a value that indicates how the generated image element should generate a link to one of the possible alterative images. The default value is AlternateLinkGeneration.None.
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 Border
Sets or gets a value that defines the size of the border 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.)
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 Height
Sets or gets a value that defines the height attribute of the generated image. The default value is an empty string (no attribute is used).
Public property HSpace
Sets or gets a value that defines the hspace attribute of the generated image. The default value is an empty string (no attribute is used).
Public property ImageAlt
Sets or gets a value that defines an EPT field name that contains the text for the alt attribute of the generated image. This property is ignored if StaticImageAlt is specified. The default value is an empty string.
Public property ImageName
Sets or gets a value that defines an EPT field that contains the URL to the image to show This property is ignored if StaticImageName is specified. The default value is an empty string.
Public property LinkTarget
Sets or gets a value that defines target attribute of the alternate image link generated. The default value is an empty string.
Public property OwnAttributes
Sets or gets a value that defines attributes to be used on the image element. The default value is an empty string (no attributes are defined).
Protected property Page
A reference to the current context page. This will initialize in the constructor of this class.
(Inherited from CodeBase.)
Protected property RunningUserControl
Gets the current running user control.
(Inherited from CodeBase.)
Public property StaticImageAlt
Sets or gets a value that defines the alt attribute of the generated image. The default value is an empty string.
Public property StaticImageName
Sets or gets a value that defines the URL of the image to insert. The default value is an empty string.
Public property UseImageType
Specifies what type of image to insert. The default value is ImagesAvailable.Normal.
Public property Width
Sets or gets a value that defines the width attribute of the generated image. The default value is an empty string (no attribute is used).
Public property VSpace
Sets or gets a value that defines the vspace attribute of the generated image element. The default value is an empty string (no attribute is used).
Top
See Also

Reference