Click or drag to resize
CMSOutputAttachment Constructor (DocumentAttachment, Byte)
Constructor.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 12.0.0
Syntax
C#
public CMSOutputAttachment(
	DocumentAttachment ai,
	byte[] data
)

Parameters

ai
Type: CMS.DocumentEngineDocumentAttachment
AttachmentInfo
data
Type: SystemByte
Output file data
See Also