Click or drag to resize
AttachmentSource  Conversion (DocumentAttachment to AttachmentSource)
Implicit operator to convert DocumentAttachment to Attachment source

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

Parameters

attachment
Type: CMS.DocumentEngineDocumentAttachment
Attachment

Return Value

Type: AttachmentSource
See Also