Interface IEmbeddedRequest
The embedded send interface.
public interface IEmbeddedRequest
Properties
Locale
Gets or sets the locale.
Locales Locale { get; set; }
Property Value
RedirectUrl
Gets or sets the RedirectUrl.
Uri RedirectUrl { get; set; }
Property Value
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
SendViewOption
Gets or sets the SendViewOption.
PageViewOption SendViewOption { get; set; }
Property Value
ShowNavigationButtons
Gets or sets a value indicating whether to show navigation buttons.
bool ShowNavigationButtons { get; set; }
Property Value
ShowPreviewButton
Gets or sets a value indicating whether to show preview button.
bool ShowPreviewButton { get; set; }
Property Value
ShowSaveButton
Gets or sets a value indicating whether to show save button.
bool ShowSaveButton { get; set; }
Property Value
ShowSendButton
Gets or sets a value indicating whether to show send button.
bool ShowSendButton { get; set; }
Property Value
ShowToolbar
Gets or sets a value indicating whether to show tool bar.
bool ShowToolbar { get; set; }
Property Value
ShowTooltip
Gets or sets a value indicating whether to show tooltip.
bool ShowTooltip { get; set; }