IStageInfo
What it does
Stores information about a processing stage of the document.
Properties
Name | Type | Access | Description |
---|---|---|---|
PrincipalId | int | Read-only |
The identifier of a user or a group which can receive a task with the given document. "0" indicated that the task is not assigned to any principal (user or group). For details, see IPrincipal. |
StageId | int | Read-only | The identifier of the current processing stage |
StageName | string | Read-only | The name of the current processing stage |
TaskId | int | Read-only | The identifier of the task. If there is no task, its value is "0". |
4/12/2024 6:16:02 PM