Table of Contents

Class EmbeddedTemplateEditRequest

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

Embedded template edit request.

[DataContract(Name = "EmbeddedTemplateEditRequest")]
public class EmbeddedTemplateEditRequest
Inheritance
EmbeddedTemplateEditRequest
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

OnBehalfOf

Gets or sets the on behalf of email.

[JsonProperty("onBehalfOf")]
public string OnBehalfOf { get; set; }

Property Value

string

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

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

TemplateId

Gets or sets the template id.

[JsonProperty("templateId")]
public string TemplateId { get; set; }

Property Value

string

ViewOption

Gets or sets the 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.