Class AuditTrailRecipients
AuditTrailRecipients are users who requested audit trail for a document and the properties can be such as recipient email, name.
Inheritance
System.Object
AuditTrailRecipients
Namespace: BoldSign.Model
Assembly: BoldSign.Api.dll
Syntax
public class AuditTrailRecipients : object
Constructors
| Improve this Doc View SourceAuditTrailRecipients(String, String, Int32)
Initializes a new instance of the AuditTrailRecipients class.
Declaration
public AuditTrailRecipients(string recipientName = null, string recipientEmail = null, int signerOrder = null)
Parameters
Type | Name | Description |
---|---|---|
System.String | recipientName | recipientName. |
System.String | recipientEmail | recipientEmail. |
System.Int32 | signerOrder | signerOrder. |
Properties
| Improve this Doc View SourceRecipientEmail
Gets or Sets RecipientEmail.
Declaration
public string RecipientEmail { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RecipientName
Gets or Sets RecipientName.
Declaration
public string RecipientName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SignerOrder
Gets or Sets ZOrder
Declaration
public int SignerOrder { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
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 |