DocumentAttachmentsCopierBaseUpdateDocumentFieldValues Method |
Updates document fields with GUID of copied attachment.
Namespace: CMS.DocumentEngine.InternalAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax protected bool UpdateDocumentFieldValues(
List<DocumentAttachmentsCopierBaseAttachmentField> fields
)
Parameters
- fields
- Type: System.Collections.GenericListDocumentAttachmentsCopierBaseAttachmentField
List of attachment fields.
Return Value
Type:
BooleanIndicates if at least one value of document field was updated.
See Also