Click or drag to resize
DocumentAttachmentsCopierBaseCopyFieldAttachments Method
Copies field attachments.

Namespace: CMS.DocumentEngine.Internal
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 10.0.0
Syntax
C#
public bool CopyFieldAttachments()

Return Value

Type: Boolean
Indicates if any of the field attachments was copied and the document data should be updated.
Remarks
Expects that TargetDocument is newly created culture version of SourceDocument and its values of field attachments are not cleared.
See Also