Table of Contents

Class EmbeddedDocumentEditResponse

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

The Embedded Document Edited.

public class EmbeddedDocumentEditResponse
Inheritance
EmbeddedDocumentEditResponse
Inherited Members

Properties

EditUrl

Gets or sets embedded document edit url.

[DataMember(Name = "editUrl", EmitDefaultValue = true)]
public Uri EditUrl { get; set; }

Property Value

Uri

Gets or sets embedded document edit url.

Methods

ToJson()

Returns the JSON string presentation of the object.

public virtual string ToJson()

Returns

string

JSON string presentation of the object.