Show / Hide Table of Contents

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 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-2022 Syncfusion Inc.
All Rights Reserved