Click or drag to resize
AttachmentBinaryHelperGetAttachmentBinaryInternal Method (DocumentAttachment)
Returns the file from disk or (if not available on the disk) from database.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 10.0.0
Syntax
C#
protected virtual byte[] GetAttachmentBinaryInternal(
	DocumentAttachment attachment
)

Parameters

attachment
Type: CMS.DocumentEngineDocumentAttachment
Document attachment.

Return Value

Type: Byte
See Also