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

Namespace: Docentric.Documents.ObjectModel
Assembly: Docentric.Documents.ObjectModel (in Docentric.Documents.ObjectModel.dll)
public IEnumerable<T> Import( IEnumerable<T> sourceDocumentObjects, ImportOptions options )

Parameters

sourceDocumentObjects
Type: IEnumerable<T>

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

options
Type: ImportOptions

Options for this import operation.

Return value

Type: IEnumerable<T>
Returns the imported DOM objects that are ready to be added to this document.