GetDocumentProcessResponse
The GetDocumentProcessResponse
class represents the response containing the process identifier associated with a document within a workflow.
Properties
Name | Description |
---|---|
ProcessId | Gets or sets the identifier of the process associated with the document. |
Constructors
Name | Description |
---|---|
GetDocumentProcessResponse(processId) | Initializes a new instance of the GetDocumentProcessResponse class with the specified process identifier. |
GetDocumentProcessResponse() | Initializes a new instance of the GetDocumentProcessResponse class. |