Class ContactPageDetails
The page details properties include page size, total number pages, and so on.
Inheritance
System.Object
ContactPageDetails
Namespace: BoldSign.Model
Assembly: BoldSign.Api.dll
Syntax
public class ContactPageDetails : object
Constructors
| Improve this Doc View SourceContactPageDetails(Int32, Int32)
Initializes a new instance of the ContactPageDetails class.
Declaration
public ContactPageDetails(int pageSize = null, int page = null)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | pageSize | Gets or sets the page size.. |
System.Int32 | page | Gets or sets the page.. |
Properties
| Improve this Doc View SourcePage
Gets or sets the page.
Declaration
public int Page { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | Gets the value of page. |
PageSize
Gets or sets the page size.
Declaration
public int PageSize { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | Gets the value of page size. |
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. |