Method GetInsertionOperation
GetInsertionOperation(DocumentId)
Gets the insertion operation of a document.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 8, 0, 0)]
ElementId GetInsertionOperation(DocumentId inDocumentId)
Parameters
| Type | Name | Description |
|---|---|---|
| DocumentId | inDocumentId | Identifier of the document to analyze. |
Returns
| Type | Description |
|---|---|
| ElementId | Identifier of the insertion operation. |
Remarks
New operations are created before the insertion operation.
This method is available since v7.8.