Click or drag to resize
DocumentAttachmentsCopierBaseUpdateDocumentFieldValues Method
Updates document fields with GUID of copied attachment.

Namespace: CMS.DocumentEngine.Internal
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 10.0.0
Syntax
C#
protected bool UpdateDocumentFieldValues(
	List<DocumentAttachmentsCopierBaseAttachmentField> fields
)

Parameters

fields
Type: System.Collections.GenericListDocumentAttachmentsCopierBaseAttachmentField
List of attachment fields.

Return Value

Type: Boolean
Indicates if at least one value of document field was updated.
See Also