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