Class EmbeddedClonedDocument
Embedded cloned document result.
public class EmbeddedClonedDocument
- Inheritance
-
EmbeddedClonedDocument
- Inherited Members
Constructors
EmbeddedClonedDocument(string)
Initializes a new instance of the EmbeddedClonedDocument class.
public EmbeddedClonedDocument(string documentId = null)
Parameters
documentIdstringGets or sets template ID.
Properties
DocumentId
Gets or sets document ID for a cloned document.
[DataMember(Name = "documentId", EmitDefaultValue = true)]
public string DocumentId { get; set; }
Property Value
- string
Gets or sets document ID.
EmbedUrl
Gets or sets document embed url.
[DataMember(Name = "embedUrl", EmitDefaultValue = true)]
public Uri EmbedUrl { get; set; }
Property Value
- Uri
Gets or sets docuemnt embed url.
Methods
ToJson()
Returns the JSON string presentation of the object.
public virtual string ToJson()
Returns
- string
JSON string presentation of the object.