Click or drag to resize
DocumentAttachment  Conversion (AttachmentInfo to DocumentAttachment)
Implicit operator to convert AttachmentInfo to Attachment container

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 12.0.0
Syntax
C#
public static explicit operator DocumentAttachment (
	AttachmentInfo attachment
)

Parameters

attachment
Type: CMS.DocumentEngineAttachmentInfo
Attachment

Return Value

Type: DocumentAttachment
See Also