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

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

Parameters

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