Click or drag to resize
TransformationHelperGetEditableImage Method
Returns a complete HTML code of the image that is specified by editable image ID.

Namespace: CMS.Controls
Assembly: CMS.Controls (in CMS.Controls.dll) Version: 8.2.23
Syntax
C#
public string GetEditableImage(
	string url,
	Object maxSideSize,
	Object width,
	Object height,
	Object alt
)

Parameters

url
Type: SystemString
Editable image url
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: String
See Also