Table of Contents

Class EmbeddedDocumentRequest

Namespace
BoldSign.Model
Assembly
BoldSign.Api.dll

Embedded send request DTO.

[DataContract(Name = "EmbeddedDocumentRequest")]
public class EmbeddedDocumentRequest : SendForSign, IDocumentUpload, IEmbeddedRequest
Inheritance
EmbeddedDocumentRequest
Implements
Inherited Members

Properties

Locale

Gets or sets the locale.

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

Property Value

Locales

RedirectUrl

Gets or sets the redirect URL.

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

Property Value

Uri

SendLinkValidTill

Gets or sets a value send link valid till. Maximum valid till is 180 days. Default is 30 days.

[JsonProperty("sendLinkValidTill")]
public DateTime? SendLinkValidTill { get; set; }

Property Value

DateTime?

SendViewOption

Gets or sets the send view option.

[JsonProperty("sendViewOption")]
public PageViewOption SendViewOption { get; set; }

Property Value

PageViewOption

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.

[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 tooltip.

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

Property Value

bool

Methods

ToJson()

Returns the JSON string presentation of the object.

public virtual string ToJson()

Returns

string

JSON string presentation of the object.