Document.Import Method (IEnumerable<T>, ImportOptions) |
Docentric Toolkit Help
Send Feedback |
Clones the specified DOM objects (from another Document) so that they can be added to this document.
Assembly: Docentric.Documents.ObjectModel (in Docentric.Documents.ObjectModel.dll)
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.