Concatenates two documents by appending the second document to the first one. 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 document1, Document document2, ImportOptions importOption )

Parameters

document1
Type: Document

The first document.

document2
Type: Document

The second document.

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.