Click or drag to resize
TransformationHelperGetImage Method (Object, Object, Object, Object, Object, Object)
Returns a complete HTML code of the image.

Namespace: CMS.DocumentEngine.Web.UI
Assembly: CMS.DocumentEngine.Web.UI (in CMS.DocumentEngine.Web.UI.dll) Version: 11.0.0
Syntax
C#
public string GetImage(
	Object attachmentFileName,
	Object attachmentGuid,
	Object maxSideSize = null,
	Object width = null,
	Object height = null,
	Object alt = null
)

Parameters

attachmentFileName
Type: SystemObject
Name of the attachment file
attachmentGuid
Type: SystemObject
Attachment GUID
maxSideSize (Optional)
Type: SystemObject
Image max. side size
width (Optional)
Type: SystemObject
Image width
height (Optional)
Type: SystemObject
Image height
alt (Optional)
Type: SystemObject
Image alternation text

Return Value

Type: String
See Also