Class RequestConfirmedData
A confirmation data for a request.
Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class RequestConfirmedData : object
Properties
Comment
Value of a field comment in the decision.
Declaration
public string Comment { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DecisionId
Decision id.
Declaration
public int DecisionId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |