Table of Contents

Class EmbeddedClonedDocument

Namespace
BoldSign.Api.Model
Assembly
BoldSign.Api.dll

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

documentId string

Gets 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.