TransformationHelperGetImage Method (Object, Object, Int32) |
Returns a complete HTML code of the image.
Namespace: CMS.DocumentEngine.Web.UIAssembly: CMS.DocumentEngine.Web.UI (in CMS.DocumentEngine.Web.UI.dll) Version: 10.0.0
Syntax 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:
StringSee Also