Creates document attachments for the given document when the attachments are bound to several documents.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- node
- Type: CMS.DocumentEngine TreeNode
New document node
- originalNode
- Type: CMS.DocumentEngine TreeNode
Original document node
- tree
- Type: CMS.DocumentEngine TreeProvider
TreeProvider to use
- processVersionHistory
- Type: System Boolean
Indicates whether version history of the document should be processed.
- guidTable
- Type: System.Collections Hashtable
Table with attachments' GUID which have been ensured
- ensureGroupedAndUnsorted (Optional)
- Type: System Boolean
Indicates if grouped and unsorted attachments should be ensured.
Return Value
Type: BooleanReturns true if the document should be updated (Field attachments have been ensured.)
Remarks
See Also