Method GetOperations
GetOperations(DocumentId)
Gets the operations of a document.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 6, 0, 0)]
List<ElementId> GetOperations(DocumentId inDocumentId)
Parameters
| Type | Name | Description |
|---|---|---|
| DocumentId | inDocumentId | Identifier of the document to analyze. |
Returns
| Type | Description |
|---|---|
| List<ElementId> | Operations found. |
Remarks
The operations are sorted in chronological order (i.e. first operation of the list is executed first).
This method is available since v7.6.