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

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

Parameters

attachmentHistory
Type: CMS.DocumentEngineAttachmentHistoryInfo
Attachment

Return Value

Type: DocumentAttachment
See Also