Definition
ProcessingStageExt[] GetProcessingStagesExt(int projectId, int batchTypeId, int stageType, string Name);
Parameters
| Name | Type | Description |
|---|---|---|
projectId | int | The ID of the project. |
batchType | int | The ID of the batch type. 0 selects the default batch type, and -1 selects all batch types. |
stageType | int | The ID of the stage type. For possible values, see ProcessingStageType. Use -1 to get processing stages of all types. |
Name | string | The name of the processing stage. Use an empty string ("") to get all processing stages. |
Returned value
| Type | Description |
|---|---|
ProcessingStageExt[] | A set of records, each containing extended information about a processing stage. |
