AttachmentBinaryHelperGetAttachmentBinaryInternal Method (DocumentAttachment) |
Returns the file from disk or (if not available on the disk) from database.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax protected virtual byte[] GetAttachmentBinaryInternal(
DocumentAttachment attachment
)
Parameters
- attachment
- Type: CMS.DocumentEngineDocumentAttachment
Document attachment.
Return Value
Type:
ByteSee Also