Click or drag to resize
DocumentAttachmentAttachmentBinary Property
Gets the binary content of the attachment or attachment version.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 12.0.0
Syntax
C#
public byte[] AttachmentBinary { get; set; }

Property Value

Type: Byte

Implements

IAttachmentAttachmentBinary
See Also