Class NotificationSettings
The sender identity view model.
Inheritance
Namespace: BoldSign.Model
Assembly: BoldSign.Api.dll
Syntax
public class NotificationSettings : object
Constructors
| Improve this Doc View SourceNotificationSettings(Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean)
Initializes a new instance of the NotificationSettings class.
Declaration
public NotificationSettings(bool viewed = true, bool sent = false, bool deliveryFailed = true, bool signed = true, bool declined = true, bool revoked = true, bool reassigned = true, bool completed = true, bool expired = true, bool authenticationFailed = true, bool reminders = true)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | viewed | Gets or sets the document viewed.. |
System.Boolean | sent | Gets or sets the document send.. |
System.Boolean | deliveryFailed | Gets or sets the email delivery failed.. |
System.Boolean | signed | Gets or sets the document signed.. |
System.Boolean | declined | Gets or sets the decline document.. |
System.Boolean | revoked | Gets or sets the revoke document.. |
System.Boolean | reassigned | Gets or sets the reassign document.. |
System.Boolean | completed | Gets or sets the complete document.. |
System.Boolean | expired | Gets or sets the document expired.. |
System.Boolean | authenticationFailed | Gets or sets the authentication failed.. |
System.Boolean | reminders | Gets or sets the sender reminder.. |
Properties
| Improve this Doc View SourceAuthenticationFailed
Gets or sets a value indicating whether authentication failed.
Declaration
public bool AuthenticationFailed { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Completed
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 |
DeliveryFailedFor
Gets or sets a value indicating whether email delivery failed for signer.
Declaration
public bool DeliveryFailedFor { 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 |
Sent
Gets or sets a value indicating whether document send.
Declaration
public bool Sent { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Signed
Gets or sets a value indicating whether sign document.
Declaration
public bool Signed { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Viewed
Gets or sets a value indicating whether document viewed.
Declaration
public bool Viewed { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |