Click or drag to resize
TransformationHelperGetImage Method (Object, Object, Int32)
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: 10.0.0
Syntax
C#
public string GetImage(
	Object nodeAlias,
	Object attachmentGuid,
	int maxSideSize
)

Parameters

nodeAlias
Type: SystemObject
Node alias
attachmentGuid
Type: SystemObject
Attachment GUID
maxSideSize
Type: SystemInt32
Image max. side size

Return Value

Type: String
See Also