Class CreateEmbeddedTemplateRequest
Embedded send request DTO.
Inherited Members
Namespace: BoldSign.Api.Model
Assembly: BoldSign.Api.dll
Syntax
public class CreateEmbeddedTemplateRequest : CreateTemplateRequest, ITextTags, IDocumentUpload
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 |
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 |
ShowSendButton
Gets or sets a value indicating whether to show send button.
Declaration
public bool? ShowSendButton { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<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 |
ViewOption
Gets or sets the create 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. |