Class EmbeddedClonedTemplate
Embedded cloned template result.
public class EmbeddedClonedTemplate
- Inheritance
-
EmbeddedClonedTemplate
- Inherited Members
Constructors
EmbeddedClonedTemplate(string)
Initializes a new instance of the EmbeddedClonedTemplate class.
public EmbeddedClonedTemplate(string templateId = null)
Parameters
templateIdstringGets or sets template ID..
Properties
EmbedUrl
Gets or sets template embed url.
[DataMember(Name = "embedUrl", EmitDefaultValue = true)]
public Uri EmbedUrl { get; set; }
Property Value
- Uri
Gets or sets Template embed url.
TemplateId
Gets or sets template ID for a cloned 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.