Class EmbeddedTemplateCreated
Embedded create template created result.
public class EmbeddedTemplateCreated
- Inheritance
-
EmbeddedTemplateCreated
- Inherited Members
Constructors
EmbeddedTemplateCreated(string)
Initializes a new instance of the EmbeddedTemplateCreated class.
public EmbeddedTemplateCreated(string templateId = null)
Parameters
templateId
stringGets or sets template ID..
Properties
CreateUrl
Gets or sets template create url.
[DataMember(Name = "createUrl", EmitDefaultValue = true)]
public Uri CreateUrl { get; set; }
Property Value
- Uri
Gets or sets Template create url.
TemplateId
Gets or sets template ID for a created template.
[DataMember(Name = "documentId", EmitDefaultValue = true)]
public string TemplateId { get; set; }
Property Value
- string
Gets or sets template ID.
Methods
ToJson()
Returns the JSON string presentation of the object.
public virtual string ToJson()
Returns
- string
JSON string presentation of the object.