Show / Hide Table of Contents

Interface IEmbeddedRequest

The embedded send interface.

Namespace: BoldSign.Model
Assembly: BoldSign.Api.dll
Syntax
public interface IEmbeddedRequest

Properties

| Improve this Doc View Source

RedirectUrl

Gets or sets the RedirectUrl.

Declaration
Uri RedirectUrl { get; set; }
Property Value
Type Description
Uri
| Improve this Doc View Source

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>
| Improve this Doc View Source

SendViewOption

Gets or sets the SendViewOption.

Declaration
PageViewOption SendViewOption { get; set; }
Property Value
Type Description
PageViewOption
| Improve this Doc View Source

ShowNavigationButtons

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

Declaration
bool ShowNavigationButtons { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

ShowPreviewButton

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

Declaration
bool ShowPreviewButton { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

ShowSaveButton

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

Declaration
bool ShowSaveButton { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

ShowSendButton

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

Declaration
bool ShowSendButton { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

ShowToolbar

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

Declaration
bool ShowToolbar { get; set; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
Back to top Copyright 2001-2021 Syncfusion Inc.
All Rights Reserved