Concatenates the specified documents. The input documents do not get modified during the opration.

Namespace: Docentric.Documents.ObjectModel
Assembly: Docentric.Documents.ObjectModel (in Docentric.Documents.ObjectModel.dll)
public static Document Concatenate( Document[] documents, ImportOptions importOption )

Parameters

documents
Type: Document[]

Documents to concatenate.

importOption
Type: ImportOptions

Options for this import operation.

Return value

Type: Document
Resulting document that contains the content of both documents, beginning with the content of the first document.