Table of Contents

Class DocumentCreated

Namespace
BoldSign.Model
Assembly
BoldSign.Api.dll

Document Created Action Result.

[DataContract]
public class DocumentCreated
Inheritance
DocumentCreated
Inherited Members

Constructors

DocumentCreated(string)

Initializes a new instance of the DocumentCreated class.

public DocumentCreated(string documentId = null)

Parameters

documentId string

Gets or sets document ID..

Properties

DocumentId

Gets or sets document ID for a created document.

[DataMember(Name = "documentId", EmitDefaultValue = true)]
public string DocumentId { get; set; }

Property Value

string

Gets or sets document ID.

Methods

ToJson()

Returns the JSON string presentation of the object

public virtual string ToJson()

Returns

string

JSON string presentation of the object