Class DocumentReassign
Document signer reassign details.
Inheritance
System.Object
DocumentReassign
Namespace: BoldSign.Model
Assembly: BoldSign.Api.dll
Syntax
public class DocumentReassign : object
Constructors
| Improve this Doc View SourceDocumentReassign(String, Int32, String)
Initializes a new instance of the DocumentReassign class.
Declaration
public DocumentReassign(string signerEmail = null, int order = 0, string message = null)
Parameters
Type | Name | Description |
---|---|---|
System.String | signerEmail | Gets or sets the signer email.. |
System.Int32 | order | Gets or sets the signer order. (default to 0). |
System.String | message | Gets or Sets signer justification for reassign.. |
Properties
| Improve this Doc View SourceMessage
Gets or Sets signer justification message for reassign.
Declaration
public string Message { get; set; }
Property Value
Type | Description |
---|---|
System.String | Gets or Sets signer justification for reassign. |
Order
Gets or sets the signer order.
Declaration
public int Order { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | Gets or sets the signer order. |
SignerEmail
Gets or sets the signer email.
Declaration
public string SignerEmail { get; set; }
Property Value
Type | Description |
---|---|
System.String | Gets or sets the signer email. |
Methods
| Improve this Doc View SourceToJson()
Returns the JSON string presentation of the object
Declaration
public virtual string ToJson()
Returns
Type | Description |
---|---|
System.String | JSON string presentation of the object |