Click or drag to resize
DocumentAttachmentsCopierBaseEnsureBinaryData Method
Ensures binary data within the given attachment.

Namespace: CMS.DocumentEngine.Internal
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 10.0.0
Syntax
C#
protected virtual void EnsureBinaryData(
	DocumentAttachment sourceAttachment
)

Parameters

sourceAttachment
Type: CMS.DocumentEngineDocumentAttachment
Source attachment.
See Also