Interface IEmbeddedRequest
The embedded send interface.
Namespace: BoldSign.Model
Assembly: BoldSign.Api.dll
Syntax
public interface IEmbeddedRequest
Properties
| Improve this Doc View SourceLocale
Gets or sets the locale.
Declaration
Locales Locale { get; set; }
Property Value
Type | Description |
---|---|
Locales |
RedirectUrl
Gets or sets the RedirectUrl.
Declaration
Uri RedirectUrl { get; set; }
Property Value
Type | Description |
---|---|
Uri |
SendLinkValidTill
Gets or sets a value send link valid till. Maximum valid till is 180 days. Default is 30 days.
Declaration
DateTime? SendLinkValidTill { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<DateTime> |
SendViewOption
Gets or sets the SendViewOption.
Declaration
PageViewOption SendViewOption { get; set; }
Property Value
Type | Description |
---|---|
PageViewOption |
ShowNavigationButtons
Gets or sets a value indicating whether to show navigation buttons.
Declaration
bool ShowNavigationButtons { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ShowPreviewButton
Gets or sets a value indicating whether to show preview button.
Declaration
bool ShowPreviewButton { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ShowSaveButton
Gets or sets a value indicating whether to show save button.
Declaration
bool ShowSaveButton { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ShowSendButton
Gets or sets a value indicating whether to show send button.
Declaration
bool ShowSendButton { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ShowToolbar
Gets or sets a value indicating whether to show tool bar.
Declaration
bool ShowToolbar { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ShowTooltip
Gets or sets a value indicating whether to show tooltip.
Declaration
bool ShowTooltip { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |