Table of Contents

Interface IEmbeddedRequest

Namespace
BoldSign.Model
Assembly
BoldSign.Api.dll

The embedded send interface.

public interface IEmbeddedRequest

Properties

Locale

Gets or sets the locale.

Locales Locale { get; set; }

Property Value

Locales

RedirectUrl

Gets or sets the RedirectUrl.

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.

DateTime? SendLinkValidTill { get; set; }

Property Value

DateTime?

SendViewOption

Gets or sets the SendViewOption.

PageViewOption SendViewOption { get; set; }

Property Value

PageViewOption

ShowNavigationButtons

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

bool ShowNavigationButtons { get; set; }

Property Value

bool

ShowPreviewButton

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

bool ShowPreviewButton { get; set; }

Property Value

bool

ShowSaveButton

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

bool ShowSaveButton { get; set; }

Property Value

bool

ShowSendButton

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

bool ShowSendButton { get; set; }

Property Value

bool

ShowToolbar

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

bool ShowToolbar { get; set; }

Property Value

bool

ShowTooltip

Gets or sets a value indicating whether to show tooltip.

bool ShowTooltip { get; set; }

Property Value

bool