| CMSAbstractTransformationGetImage Method (Object, Int32) | 
            Returns a complete HTML code of the image that is specified in the given column.
            
 
Namespace: CMS.DocumentEngine.Web.UIAssembly: CMS.DocumentEngine.Web.UI (in CMS.DocumentEngine.Web.UI.dll) Version: 10.0.0
 Syntax
Syntaxpublic string GetImage(
	Object attachmentGuidColumn,
	int maxSideSize
)
Parameters
- attachmentGuidColumn
- Type: SystemObject
 Name of the column that contains the attachment
- maxSideSize
- Type: SystemInt32
 Image max. side size
Return Value
Type: 
String See Also
See Also