Class EmbeddedTemplateEdited
The Embedded Template Edited.
Inheritance
System.Object
EmbeddedTemplateEdited
Namespace: BoldSign.Api.Model
Assembly: BoldSign.Api.dll
Syntax
public class EmbeddedTemplateEdited : object
Properties
| Improve this Doc View SourceEditUrl
Gets or sets embedded template edit url.
Declaration
public Uri EditUrl { get; set; }
Property Value
Type | Description |
---|---|
Uri | Gets or sets Template create url. |
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. |