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