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

Namespace: CMS.DocumentEngine.Web.UI
Assembly: CMS.DocumentEngine.Web.UI (in CMS.DocumentEngine.Web.UI.dll) Version: 12.0.0
Syntax
C#
public string GetEditableImage(
	string url,
	Object maxSideSize,
	Object width,
	Object height,
	Object alt
)

Parameters

url
Type: System.String
Editable image url
maxSideSize
Type: System.Object
Image max. side size
width
Type: System.Object
Image width
height
Type: System.Object
Image height
alt
Type: System.Object
Image alternation text

Return Value

Type: String
See Also