CMSAbstractTransformationGetEditableImage Method |
Returns a complete HTML code of the image that is specified by editable image ID.
Namespace: CMS.ControlsAssembly: CMS.Controls (in CMS.Controls.dll) Version: 9.0.0
Syntax public string GetEditableImage(
string controlId,
Object maxSideSize,
Object width,
Object height,
Object alt
)
Parameters
- controlId
- Type: SystemString
Editable image ID - maxSideSize
- Type: SystemObject
Image max. side size - width
- Type: SystemObject
Image width - height
- Type: SystemObject
Image height - alt
- Type: SystemObject
Image alternation text
Return Value
Type:
StringSee Also