Class EmbeddedTemplateRequest
Embedded send request using template DTO.
Implements
Inherited Members
Namespace: BoldSign.Model
Assembly: BoldSign.Api.dll
Syntax
public class EmbeddedTemplateRequest : SendForSignFromTemplate, IEmbeddedRequest
Constructors
| Improve this Doc View SourceEmbeddedTemplateRequest(String, String, String, List<Roles>, String, List<String>, Nullable<DateTime>, Boolean, Boolean, Boolean, Nullable<Boolean>, IEnumerable<DocumentInfo>, Int32[])
Initializes a new instance of the EmbeddedTemplateRequest class.
Declaration
public EmbeddedTemplateRequest(string templateId = null, string title = null, string message = null, List<Roles> roles = null, string brandId = null, List<string> labels = null, DateTime? sendLinkValidTill = null, bool disableExpiryAlert = null, bool enablePrintAndSign = null, bool enableReassign = true, bool? enableSigningOrder = null, IEnumerable<DocumentInfo> documentInfo = null, int[] roleRemovalIndices = 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.Nullable<DateTime> | sendLinkValidTill | Gets or sets the sendLinkValidTill. |
System.Boolean | disableExpiryAlert | Gets or sets the disableExpiryAlert. |
System.Boolean | enablePrintAndSign | Gets or sets the enablePrintAndSign. |
System.Boolean | enableReassign | Gets or sets the enableReassign.By Default True. |
System.Nullable<System.Boolean> | enableSigningOrder | Gets or sets the enableSigningOrder. |
IEnumerable<DocumentInfo> | documentInfo | Gets or sets the send documentInfo. |
System.Int32[] | roleRemovalIndices | Gets or sets the role removal indices. |
Properties
| Improve this Doc View SourceLocale
Gets or sets the locale.
Declaration
public Locales Locale { get; set; }
Property Value
Type | Description |
---|---|
Locales |
RedirectUrl
Gets or sets the redirect URL.
Declaration
public Uri RedirectUrl { get; set; }
Property Value
Type | Description |
---|---|
Uri |
SendLinkValidTill
Gets or sets a value send link valid till. Maximum valid till is 180 days. Default is 30 days.
Declaration
public DateTime? SendLinkValidTill { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<DateTime> |
SendViewOption
Gets or sets the send view option.
Declaration
public PageViewOption SendViewOption { get; set; }
Property Value
Type | Description |
---|---|
PageViewOption |
ShowNavigationButtons
Gets or sets a value indicating whether to show navigation buttons.
Declaration
public bool ShowNavigationButtons { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ShowPreviewButton
Gets or sets a value indicating whether to show preview button.
Declaration
public bool ShowPreviewButton { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ShowSaveButton
Gets or sets a value indicating whether to show save button.
Declaration
public bool ShowSaveButton { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ShowSendButton
Gets or sets a value indicating whether to show send button.
Declaration
public bool ShowSendButton { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ShowToolbar
Gets or sets a value indicating whether to show tool bar.
Declaration
public bool ShowToolbar { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ShowTooltip
Gets or sets a value indicating whether to show tool tip.
Declaration
public bool ShowTooltip { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
| Improve this Doc View SourceToJson()
Returns the JSON string presentation of the object.
Declaration
public override string ToJson()
Returns
Type | Description |
---|---|
System.String | JSON string presentation of the object. |