Class EmbeddedTemplateCreated
Embedded create template created result.
Inheritance
System.Object
EmbeddedTemplateCreated
Namespace: BoldSign.Api.Model
Assembly: BoldSign.Api.dll
Syntax
public class EmbeddedTemplateCreated : object
Constructors
| Improve this Doc View SourceEmbeddedTemplateCreated(String)
Initializes a new instance of the EmbeddedTemplateCreated class.
Declaration
public EmbeddedTemplateCreated(string templateId = null)
Parameters
Type | Name | Description |
---|---|---|
System.String | templateId | Gets or sets template ID.. |
Properties
| Improve this Doc View SourceCreateUrl
Gets or sets template create url.
Declaration
public Uri CreateUrl { get; set; }
Property Value
Type | Description |
---|---|
Uri | Gets or sets Template create url. |
TemplateId
Gets or sets template ID for a created template.
Declaration
public string TemplateId { get; set; }
Property Value
Type | Description |
---|---|
System.String | Gets or sets template ID. |
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. |