Class CreateEmbeddedTemplateRequest
Embedded send request DTO.
[DataContract(Name = "CreateEmbeddedTemplateRequest")]
public class CreateEmbeddedTemplateRequest : CreateTemplateRequest, ITextTags, IDocumentUpload
- Inheritance
-
CreateEmbeddedTemplateRequest
- Implements
- Inherited Members
Properties
LinkValidTill
Gets or sets a expiry date for create link. Maximum valid till is 180 days. Default is 30 days.
[JsonProperty("linkValidTill")]
public DateTime? LinkValidTill { get; set; }
Property Value
Locale
Gets or sets the locale.
[JsonProperty("locale")]
public Locales Locale { get; set; }
Property Value
RedirectUrl
Gets or sets the RedirectUrl.
[JsonProperty("redirectUrl")]
public Uri RedirectUrl { get; set; }
Property Value
ShowCreateButton
Gets or sets a value indicating whether to show create button.
[JsonProperty("showCreateButton")]
public bool ShowCreateButton { 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.
[Obsolete("ShowSendButton is deprecated, please use ShowCreateButton instead.")]
[JsonProperty("showSendButton")]
public bool? ShowSendButton { get; set; }
Property Value
- bool?
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 tool tip.
[JsonProperty("showTooltip")]
public bool ShowTooltip { get; set; }
Property Value
ViewOption
Gets or sets the create view option.
[JsonProperty("viewOption")]
public PageViewOption ViewOption { 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.