Class EmbeddedDocumentRequest
Embedded send request DTO.
Inherited Members
Namespace: BoldSign.Model
Assembly: BoldSign.Api.dll
Syntax
public class EmbeddedDocumentRequest : SendForSign, IDocumentUpload, IEmbeddedRequest
Properties
| Improve this Doc View SourceLocale
Gets or sets the locale.
Declaration
public Locales Locale { get; set; }
Property Value
Type | Description |
---|---|
Locales |
RedirectUrl
Gets or sets the redirect URL.
Declaration
public 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
public DateTime? SendLinkValidTill { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<DateTime> |
SendViewOption
Gets or sets the send view option.
Declaration
public PageViewOption SendViewOption { get; set; }
Property Value
Type | Description |
---|---|
PageViewOption |
ShowNavigationButtons
Gets or sets a value indicating whether to show navigation buttons.
Declaration
public bool ShowNavigationButtons { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ShowPreviewButton
Gets or sets a value indicating whether to show preview button.
Declaration
public bool ShowPreviewButton { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ShowSaveButton
Gets or sets a value indicating whether to show save button.
Declaration
public bool ShowSaveButton { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ShowSendButton
Gets or sets a value indicating whether to show send button.
Declaration
public bool ShowSendButton { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ShowToolbar
Gets or sets a value indicating whether to show tool bar.
Declaration
public bool ShowToolbar { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ShowTooltip
Gets or sets a value indicating whether to show tooltip.
Declaration
public bool ShowTooltip { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
| Improve this Doc View SourceToJson()
Returns the JSON string presentation of the object.
Declaration
public virtual string ToJson()
Returns
Type | Description |
---|---|
System.String | JSON string presentation of the object. |