Method GetStages
GetStages(DocumentId)
Gets the stage operations of a document.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 8, 0, 0)]
List<ElementId> GetStages(DocumentId inDocumentId)
Parameters
| Type | Name | Description |
|---|---|---|
| DocumentId | inDocumentId | Identifier of the document to analyze. |
Returns
| Type | Description |
|---|---|
| List<ElementId> | Stage operations found. |
Remarks
The stage operations are sorted in chronological order.
This method is available since v7.8.