Table of Contents

Class TeamDocumentRecords

Namespace
BoldSign.Model
Assembly
BoldSign.Api.dll

The current page records view model.

[DataContract]
public class TeamDocumentRecords
Inheritance
TeamDocumentRecords
Inherited Members

Properties

PageDetails

Gets or Sets page details.

[DataMember(Name = "pageDetails", EmitDefaultValue = false)]
public PageDetails PageDetails { get; set; }

Property Value

PageDetails

Result

Gets or sets the document results.

[DataMember(Name = "result", EmitDefaultValue = true)]
public List<Document> Result { get; set; }

Property Value

List<Document>

Gets or sets the documents result.

Methods

ToJson()

Returns the JSON string presentation of the object.

public virtual string ToJson()

Returns

string

JSON string presentation of the object.