Method OnDocumentEditingEnded
OnDocumentEditingEnded(DocumentId)
Called when the editing of a document has been ended.
Declaration
[OperationContract(IsOneWay = true)]
[AvailableSinceVersion(7, 8, 0, 0)]
void OnDocumentEditingEnded(DocumentId inDocumentId)
Parameters
| Type | Name | Description |
|---|---|---|
| DocumentId | inDocumentId | Identifier of the document which editing has been ended. |
Remarks
This method is available since v7.8.