| CMSAbstractTransformationIfImage Method | 
            Returns isImage value if file is image.
            
 
Namespace: CMS.DocumentEngine.Web.UIAssembly: CMS.DocumentEngine.Web.UI (in CMS.DocumentEngine.Web.UI.dll) Version: 10.0.0
 Syntax
Syntaxpublic Object IfImage(
	Object attachmentGuidColumn,
	Object isImage,
	Object notImage
)
Parameters
- attachmentGuidColumn
- Type: SystemObject
 Name of the column that contains the attachment
- isImage
- Type: SystemObject
 Is image value
- notImage
- Type: SystemObject
 Is not image value
Return Value
Type: 
Object See Also
See Also