Method Save
Save(DocumentId)
Saves a document.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 6, 0, 0)]
void Save(DocumentId inDocumentId)
Parameters
| Type | Name | Description |
|---|---|---|
| DocumentId | inDocumentId | Identifier of the document to save. |
Remarks
This method must not be called between StartModification(string, bool) and EndModification(bool, bool) methods calls.
This method is available since v7.6.