Merges a collection of type System.
Introduced: X10.
public void MergeObjects(System.Collections.IEnumerable mergeData, bool append);
public void MergeObjects(System.Collections.IEnumerable mergeData);
Parameter | Description |
---|---|
merge |
Specifies a System. |
append | Specifies whether the single documents should be merged into one document or split into separate documents. |