Clones the specified DOM object (from another Document) so that it can be added to this document.

Namespace: Docentric.Documents.ObjectModel
Assembly: Docentric.Documents.ObjectModel (in Docentric.Documents.ObjectModel.dll)
public T Import( T sourceDocumentObject, ImportOptions options )

Parameters

sourceDocumentObject
Type: T

DOM object from another document to be imported into this document.

options
Type: ImportOptions

Options for this import operation.

Return value

Type: T
Returns the imported DOM object that is ready to be added to this document.