Class TeamDocumentRecords
The current page records view model.
Inheritance
System.Object
TeamDocumentRecords
Namespace: BoldSign.Model
Assembly: BoldSign.Api.dll
Syntax
public class TeamDocumentRecords : object
Properties
| Improve this Doc View SourcePageDetails
Gets or Sets page details.
Declaration
public PageDetails PageDetails { get; set; }
Property Value
Type | Description |
---|---|
PageDetails |
Result
Gets or sets the document results.
Declaration
public List<Document> Result { get; set; }
Property Value
Type | Description |
---|---|
List<Document> | Gets or sets the documents result. |
Methods
| Improve this Doc View SourceToJson()
Returns the JSON string presentation of the object.
Declaration
public virtual string ToJson()
Returns
Type | Description |
---|---|
System.String | JSON string presentation of the object. |