Method Drop
Drop(DocumentId)
Drops a document into the document being edited.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 8, 0, 0)]
string Drop(DocumentId inDocumentId)
Parameters
| Type | Name | Description |
|---|---|---|
| DocumentId | inDocumentId | Identifier of the document to drop. |
Returns
| Type | Description |
|---|---|
| string | Full name of the drag and drop command invoked, or null if none. |
Remarks
Calling this method is equivalent to manually dragging and dropping a document from the project tree into the document being edited.
After this method is called, the following steps are directly managed by the user interface.
This method must not be called between StartModification(string, bool) and EndModification(bool, bool) methods calls.
This method is available since v7.8.