Method ResetInsertionOperation
ResetInsertionOperation(DocumentId)
Resets the insertion operation of a document to its natural place.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 8, 0, 0)]
void ResetInsertionOperation(DocumentId inDocumentId)
Parameters
| Type | Name | Description |
|---|---|---|
| DocumentId | inDocumentId | Identifier of the document to modify. |
Remarks
New operations are created before the insertion operation.
StartModification(string, bool) and EnsureIsDirty(ref DocumentId) must be called before calling this method.
This method is available since v7.8.