Class EmbeddedTemplateEditRequest
Embedded template edit request.
[DataContract(Name = "EmbeddedTemplateEditRequest")]
public class EmbeddedTemplateEditRequest
- Inheritance
-
EmbeddedTemplateEditRequest
- 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
OnBehalfOf
Gets or sets the on behalf of email.
[JsonProperty("onBehalfOf")]
public string OnBehalfOf { 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
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
TemplateId
Gets or sets the template id.
[JsonProperty("templateId")]
public string TemplateId { get; set; }
Property Value
ViewOption
Gets or sets the 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.