Class DocumentExpirySettings
The Document Expiry Settings.
Inheritance
System.Object
DocumentExpirySettings
Namespace: BoldSign.Model
Assembly: BoldSign.Api.dll
Syntax
public class DocumentExpirySettings : object
Properties
| Improve this Doc View SourceEnableAutoReminder
Gets or sets a value indicating whether gets or sets the enable auto reminder.
Declaration
public bool? EnableAutoReminder { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
EnableDefaultExpiryAlert
Gets or sets a value indicating whether gets or sets the enable default expiry alert.
Declaration
public bool? EnableDefaultExpiryAlert { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
ExpiryDateType
Gets or sets the expiry date type.
Declaration
public ExpiryDateType? ExpiryDateType { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<ExpiryDateType> |
ExpiryValue
Gets or sets the expiry value based on expiry date type.
Declaration
public int? ExpiryValue { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
ReminderCount
Gets or sets the reminder count.
Declaration
public int? ReminderCount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
ReminderDays
Gets or sets the reminder days.
Declaration
public int? ReminderDays { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |