Method Update
Update(DocumentId, bool)
Updates a document.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 8, 0, 0)]
void Update(DocumentId inDocumentId, bool inUpdatesAll)
Parameters
| Type | Name | Description |
|---|---|---|
| DocumentId | inDocumentId | Identifier of the document to update. |
| bool | inUpdatesAll | Udpates all the document, even operations in stages after the current stage. |
Remarks
StartModification(string, bool) and EnsureIsDirty(ref DocumentId) must be called before calling this method.
This method is available since v7.8.