Table of Contents

Class EmbeddedTemplatePreviewRequest

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

The Embedded Template Preview.

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

ShowToolbar

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

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

Property Value

bool

TemplateId

Gets or sets the template id.

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

Property Value

string

Methods

ToJson()

Returns the JSON string presentation of the object.

public virtual string ToJson()

Returns

string

JSON string presentation of the object.