Click or drag to resize

PaginationParametersPageSize Property

The maximum number of items to return per page. Unless otherwise stated for a specific endpoint, defaults to 100 if not specified.

Namespace:  Smartsheet.Api.Models
Assemblies:   smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
  smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
Syntax
public Nullable<int> PageSize { get; set; }

Property Value

Type: NullableInt32
See Also