Table of Contents

Class CreateEmbeddedTemplateRequest

Namespace
BoldSign.Api.Model
Assembly
BoldSign.Api.dll

Embedded send request DTO.

[DataContract(Name = "CreateEmbeddedTemplateRequest")]
public class CreateEmbeddedTemplateRequest : CreateTemplateRequest, ITextTags, IDocumentUpload
Inheritance
CreateEmbeddedTemplateRequest
Implements
Inherited Members

Properties

LinkValidTill

Gets or sets a expiry date for create link. Maximum valid till is 180 days. Default is 30 days.

[JsonProperty("linkValidTill")]
public DateTime? LinkValidTill { get; set; }

Property Value

DateTime?

Locale

Gets or sets the locale.

[JsonProperty("locale")]
public Locales Locale { get; set; }

Property Value

Locales

RedirectUrl

Gets or sets the RedirectUrl.

[JsonProperty("redirectUrl")]
public Uri RedirectUrl { get; set; }

Property Value

Uri

ShowCreateButton

Gets or sets a value indicating whether to show create button.

[JsonProperty("showCreateButton")]
public bool ShowCreateButton { get; set; }

Property Value

bool

ShowNavigationButtons

Gets or sets a value indicating whether to show navigation buttons.

[JsonProperty("showNavigationButtons")]
public bool ShowNavigationButtons { get; set; }

Property Value

bool

ShowPreviewButton

Gets or sets a value indicating whether to show preview button.

[JsonProperty("showPreviewButton")]
public bool ShowPreviewButton { get; set; }

Property Value

bool

ShowSaveButton

Gets or sets a value indicating whether to show save button.

[JsonProperty("showSaveButton")]
public bool ShowSaveButton { get; set; }

Property Value

bool

ShowSendButton

Gets or sets a value indicating whether to show send button.

[Obsolete("ShowSendButton is deprecated, please use ShowCreateButton instead.")]
[JsonProperty("showSendButton")]
public bool? ShowSendButton { get; set; }

Property Value

bool?

ShowToolbar

Gets or sets a value indicating whether to show tool bar.

[JsonProperty("showToolbar")]
public bool ShowToolbar { get; set; }

Property Value

bool

ShowTooltip

Gets or sets a value indicating whether to show tool tip.

[JsonProperty("showTooltip")]
public bool ShowTooltip { get; set; }

Property Value

bool

ViewOption

Gets or sets the create view option.

[JsonProperty("viewOption")]
public PageViewOption ViewOption { get; set; }

Property Value

PageViewOption

Methods

ToJson()

Returns the JSON string presentation of the object.

public virtual string ToJson()

Returns

string

JSON string presentation of the object.