Class SendForSignFromTemplate
Return send for signature template details in which the document is in the form of.
Namespace: BoldSign.Model
Assembly: BoldSign.Api.dll
Syntax
public class SendForSignFromTemplate : object
Constructors
| Improve this Doc View SourceSendForSignFromTemplate(String, String, String, List<Roles>, String, List<String>, Boolean, Nullable<Boolean>, ReminderSettings, IEnumerable<DocumentCC>, Int32, Int64, Nullable<ExpiryDateType>, Nullable<Boolean>, Boolean, Nullable<Boolean>, Nullable<Boolean>, IEnumerable<DocumentInfo>, String, Int32[], Nullable<DocumentDownloadOption>)
Initializes a new instance of the SendForSignFromTemplate class.
Declaration
public SendForSignFromTemplate(string templateId = null, string title = null, string message = null, List<Roles> roles = null, string brandId = null, List<string> labels = null, bool disableEmails = null, bool? hideDocumentId = null, ReminderSettings reminderSettings = null, IEnumerable<DocumentCC> cc = null, int expiryDays = null, long expiryValue = null, ExpiryDateType? expiryDateType = null, bool? disableExpiryAlert = null, bool enablePrintAndSign = null, bool? enableReassign = null, bool? enableSigningOrder = null, IEnumerable<DocumentInfo> documentInfo = null, string onBehalfOf = null, int[] roleRemovalIndices = null, DocumentDownloadOption? documentDownloadOption = null)
Parameters
Type | Name | Description |
---|---|---|
System.String | templateId | Gets or sets the document id.. |
System.String | title | Gets or sets the title.. |
System.String | message | Gets or sets the message.. |
List<Roles> | roles | Gets or sets the roles.. |
System.String | brandId | Gets or sets the brandId.. |
List<System.String> | labels | Gets or sets the labels. |
System.Boolean | disableEmails | Gets or sets the disableEmails. |
System.Nullable<System.Boolean> | hideDocumentId | Gets or sets the hideDocumentId. |
ReminderSettings | reminderSettings | Gets or sets the reminderSettings. |
IEnumerable<DocumentCC> | cc | Gets or sets the cc. |
System.Int32 | expiryDays | Gets or sets the expiryDays. |
System.Int64 | expiryValue | Gets or sets the expiry value based on expiry date type. |
System.Nullable<ExpiryDateType> | expiryDateType | Gets or sets the expiry date type. |
System.Nullable<System.Boolean> | disableExpiryAlert | Gets or sets the disableExpiryAlert. |
System.Boolean | enablePrintAndSign | Gets or sets the enablePrintAndSign. |
System.Nullable<System.Boolean> | enableReassign | Gets or sets the enableReassign. |
System.Nullable<System.Boolean> | enableSigningOrder | Gets or sets the enableSigningOrder. |
IEnumerable<DocumentInfo> | documentInfo | Gets or sets the documentInfo. |
System.String | onBehalfOf | |
System.Int32[] | roleRemovalIndices | Gets or sets the role removal indices. |
System.Nullable<DocumentDownloadOption> | documentDownloadOption | Gets or sets the document download option. |
Properties
| Improve this Doc View SourceBrandId
Gets or sets the brand id.
Declaration
public string BrandId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CC
Gets or sets document CC details.
Declaration
public IEnumerable<DocumentCC> CC { get; set; }
Property Value
Type | Description |
---|---|
IEnumerable<DocumentCC> |
DisableEmails
Gets or sets a value indicating whether to enable or disable emails.When disable emails is set to true, all the status emails and completed document email will be stopped, and reminder is also automatically ignored.
Declaration
public bool DisableEmails { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
DisableExpiryAlert
Gets or sets a value indicating whether Disableexpiryalert is true or false. This property will send the expiry alert email before the day of expiry for the pending signers. If the document expires in one day, the email will be sent before 2 hours of the expiry.
Declaration
public bool? DisableExpiryAlert { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
DisableSMS
Gets or sets a value indicating whether to enable SMS notification.When disable sms is set to true, all the status sms and completed document sms will be stopped, and reminder is also automatically ignored.
Declaration
public bool DisableSMS { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
DocumentDownloadOption
Gets or sets a value to customize how the documents are downloaded.
Declaration
public DocumentDownloadOption? DocumentDownloadOption { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<DocumentDownloadOption> |
DocumentInfo
Gets or sets a documentInfo.
Declaration
public IEnumerable<DocumentInfo> DocumentInfo { get; set; }
Property Value
Type | Description |
---|---|
IEnumerable<DocumentInfo> |
EnablePrintAndSign
Gets or sets a value indicating whether to enable print and sign mode.
Declaration
public bool EnablePrintAndSign { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
EnableReassign
Gets or sets a value indicating whether to enable reassign mode. By Default True.
Declaration
public bool? EnableReassign { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
EnableSigningOrder
Gets or sets a value indicating whether to enable signing order for the document signer.
Declaration
public bool? EnableSigningOrder { 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> |
ExpiryDays
Gets or sets number of days after which the document will expire.
Declaration
public int ExpiryDays { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ExpiryValue
Gets or sets the value when the document should get expired.
Declaration
public long ExpiryValue { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
HideDocumentId
Gets or sets a value indicating whether to remove the document ID watermark from all the PDF pages of the document. Default is false.
Declaration
public bool? HideDocumentId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
Labels
Gets or sets the labels.
Declaration
public List<string> Labels { get; set; }
Property Value
Type | Description |
---|---|
List<System.String> |
Message
Gets or sets common message for all the document recipients.
Declaration
public string Message { get; set; }
Property Value
Type | Description |
---|---|
System.String | Gets or sets the message. |
OnBehalfOf
Gets or sets the on behalf of mail id.
Declaration
public string OnBehalfOf { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RecipientNotificationSettings
Gets or sets the Recipient Notification Settings.
Declaration
public RecipientNotificationSettings RecipientNotificationSettings { get; set; }
Property Value
Type | Description |
---|---|
RecipientNotificationSettings |
ReminderSettings
Gets or sets the reminder settings for the signature request.
Declaration
public ReminderSettings ReminderSettings { get; set; }
Property Value
Type | Description |
---|---|
ReminderSettings |
RemoveFormFields
Gets or sets remove form fields id.
Declaration
public List<string> RemoveFormFields { get; set; }
Property Value
Type | Description |
---|---|
List<System.String> |
RoleRemovalIndices
Gets or sets the role removal indices which starts from 1. For example, if you want to remove role 2 and 3 the input should be new []{2,3}.
Declaration
public int[] RoleRemovalIndices { get; set; }
Property Value
Type | Description |
---|---|
System.Int32[] |
Roles
Gets or sets the signer roles in a template of the document.
Declaration
public List<Roles> Roles { get; set; }
Property Value
Type | Description |
---|---|
List<Roles> | Gets or sets the roles. |
TemplateId
Gets or sets the template Id.
Declaration
public string TemplateId { get; set; }
Property Value
Type | Description |
---|---|
System.String | Gets or sets the document id. |
Title
Gets or sets title for the signature request.
Declaration
public string Title { get; set; }
Property Value
Type | Description |
---|---|
System.String | Gets or sets the title. |
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 |