Click or drag to resize
TransformationHelper.IfImage Method
Returns isImage value if file is image.

Namespace: CMS.DocumentEngine.Web.UI
Assembly: CMS.DocumentEngine.Web.UI (in CMS.DocumentEngine.Web.UI.dll) Version: 11.0.0
Syntax
C#
public Object IfImage(
	Object attachmentGuid,
	Object isImage,
	Object notImage
)

Parameters

attachmentGuid
Type: System.Object
Attachment GUID
isImage
Type: System.Object
Is image value
notImage
Type: System.Object
Is not image value

Return Value

Type: Object
See Also