Show / Hide Table of Contents

Class EmbeddedDocumentRequest

Embedded send request DTO.

Inheritance
System.Object
SendForSign
EmbeddedDocumentRequest
Implements
IEmbeddedRequest
Inherited Members
SendForSign.Files
SendForSign.Title
SendForSign.Message
SendForSign.Signers
SendForSign.CC
SendForSign.EnableSigningOrder
SendForSign.ExpiryDays
SendForSign.ReminderSettings
SendForSign.EnableEmbeddedSigning
SendForSign.FileUrls
SendForSign.DisableEmails
SendForSign.BrandId
SendForSign.Labels
SendForSign.HideDocumentId
SendForSign.UseTextTags
SendForSign.TextTagDefinitions
SendForSign.DisableExpiryAlert
SendForSign.EnablePrintAndSign
SendForSign.EnableReassign
SendForSign.DocumentInfo
Namespace: BoldSign.Model
Assembly: BoldSign.Api.dll
Syntax
public class EmbeddedDocumentRequest : SendForSign, IEmbeddedRequest

Properties

| Improve this Doc View Source

RedirectUrl

Gets or sets the redirect URL.

Declaration
public 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
public DateTime? SendLinkValidTill { get; set; }
Property Value
Type Description
System.Nullable<DateTime>
| Improve this Doc View Source

SendViewOption

Gets or sets the send view option.

Declaration
public 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
public 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
public 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
public 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
public 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
public bool ShowToolbar { get; set; }
Property Value
Type Description
System.Boolean

Methods

| Improve this Doc View Source

ToJson()

Returns the JSON string presentation of the object.

Declaration
public virtual string ToJson()
Returns
Type Description
System.String

JSON string presentation of the object.

Implements

IEmbeddedRequest
  • Improve this Doc
  • View Source
In This Article
Back to top Copyright 2001-2021 Syncfusion Inc.
All Rights Reserved