Class EmbeddedTemplateEditRequest
Embedded template edit request.
Inheritance
System.Object
EmbeddedTemplateEditRequest
Namespace: BoldSign.Api.Model
Assembly: BoldSign.Api.dll
Syntax
public class EmbeddedTemplateEditRequest : object
Properties
| Improve this Doc View SourceLinkValidTill
Gets or sets a expiry date for create link. Maximum valid till is 180 days. Default is 30 days.
Declaration
public DateTime? LinkValidTill { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<DateTime> |
Locale
Gets or sets the locale.
Declaration
public Locales Locale { get; set; }
Property Value
Type | Description |
---|---|
Locales |
OnBehalfOf
Gets or sets the on behalf of email.
Declaration
public string OnBehalfOf { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RedirectUrl
Gets or sets the RedirectUrl.
Declaration
public Uri RedirectUrl { get; set; }
Property Value
Type | Description |
---|---|
Uri |
ShowCreateButton
Gets or sets a value indicating whether to show create button.
Declaration
public bool ShowCreateButton { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
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 |
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 tool tip.
Declaration
public bool ShowTooltip { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
TemplateId
Gets or sets the template id.
Declaration
public string TemplateId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ViewOption
Gets or sets the view option.
Declaration
public PageViewOption ViewOption { get; set; }
Property Value
Type | Description |
---|---|
PageViewOption |
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. |