Class RecipientNotificationSettings
The Recipient Notification Settings.
Inheritance
System.Object
RecipientNotificationSettings
Namespace: BoldSign.Model
Assembly: BoldSign.Api.dll
Syntax
public class RecipientNotificationSettings : object
Properties
| Improve this Doc View SourceCompleted
Gets or sets a value indicating whether complete document.
Declaration
public bool Completed { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Declined
Gets or sets a value indicating whether decline document.
Declaration
public bool Declined { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Deleted
Gets or sets a value indicating whether deleted document.
Declaration
public bool Deleted { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
EditDocument
Gets or sets a value indicating whether sender edited a document.
Declaration
public bool EditDocument { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
EditRecipient
Gets or sets a value indicating whether sender edited a recipient.
Declaration
public bool EditRecipient { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Expired
Gets or sets a value indicating whether document expired.
Declaration
public bool Expired { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Reassigned
Gets or sets a value indicating whether reassign document.
Declaration
public bool Reassigned { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Reminders
Gets or sets a value indicating whether sender reminder.
Declaration
public bool Reminders { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Revoked
Gets or sets a value indicating whether revoke document.
Declaration
public bool Revoked { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
SignatureRequest
Gets or sets a value indicating whether document SignatureRequest.
Declaration
public bool SignatureRequest { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Signed
Gets or sets a value indicating whether document Individual Sign Complete.
Declaration
public bool Signed { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |