Show / Hide Table of Contents

Class DocumentRecords

The current page records view model.

Inheritance
System.Object
DocumentRecords
Namespace: BoldSign.Model
Assembly: BoldSign.Api.dll
Syntax
public class DocumentRecords : object

Constructors

| Improve this Doc View Source

DocumentRecords(PageDetails, List<Document>)

Initializes a new instance of the DocumentRecords class.

Declaration
public DocumentRecords(PageDetails pageDetails = null, List<Document> result = null)
Parameters
Type Name Description
PageDetails pageDetails

pageDetails.

List<Document> result

Gets or sets the documents result..

Properties

| Improve this Doc View Source

PageDetails

Gets or Sets page details.

Declaration
public PageDetails PageDetails { get; set; }
Property Value
Type Description
PageDetails
| Improve this Doc View Source

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 Source

ToJson()

Returns the JSON string presentation of the object

Declaration
public virtual string ToJson()
Returns
Type Description
System.String

JSON string presentation of the object

  • Improve this Doc
  • View Source
In This Article
Back to top Copyright 2001-2021 Syncfusion Inc.
All Rights Reserved