Click or drag to resize
AttachmentSource Constructor (DocumentAttachment)
Initializes a new instance of the AttachmentSource class.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax
C#
public AttachmentSource(
	DocumentAttachment attachment
)

Parameters

attachment
Type: CMS.DocumentEngineDocumentAttachment
Attachment
See Also