Class EmbeddedDocumentRequest
Embedded send request DTO.
[DataContract(Name = "EmbeddedDocumentRequest")]
public class EmbeddedDocumentRequest : SendForSign, IDocumentUpload, IEmbeddedRequest
- Inheritance
-
EmbeddedDocumentRequest
- Implements
- Inherited Members
Properties
Locale
Gets or sets the locale.
[JsonProperty("locale")]
public Locales Locale { get; set; }
Property Value
RedirectUrl
Gets or sets the redirect URL.
[JsonProperty("redirectUrl")]
public 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.
[JsonProperty("sendLinkValidTill")]
public DateTime? SendLinkValidTill { get; set; }
Property Value
SendViewOption
Gets or sets the send view option.
[JsonProperty("sendViewOption")]
public PageViewOption SendViewOption { get; set; }
Property Value
ShowNavigationButtons
Gets or sets a value indicating whether to show navigation buttons.
[JsonProperty("showNavigationButtons")]
public bool ShowNavigationButtons { get; set; }
Property Value
ShowPreviewButton
Gets or sets a value indicating whether to show preview button.
[JsonProperty("showPreviewButton")]
public bool ShowPreviewButton { get; set; }
Property Value
ShowSaveButton
Gets or sets a value indicating whether to show save button.
[JsonProperty("showSaveButton")]
public bool ShowSaveButton { get; set; }
Property Value
ShowSendButton
Gets or sets a value indicating whether to show send button.
[JsonProperty("showSendButton")]
public bool ShowSendButton { get; set; }
Property Value
ShowToolbar
Gets or sets a value indicating whether to show tool bar.
[JsonProperty("showToolbar")]
public bool ShowToolbar { get; set; }
Property Value
ShowTooltip
Gets or sets a value indicating whether to show tooltip.
[JsonProperty("showTooltip")]
public bool ShowTooltip { get; set; }
Property Value
Methods
ToJson()
Returns the JSON string presentation of the object.
public virtual string ToJson()
Returns
- string
JSON string presentation of the object.