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