Table of Contents

Class CheckpointPagingInformation

Namespace
Auth0.ManagementApi.Paging
Assembly
Auth0.ManagementApi.dll

Contains paging information that details what page a list of items relates to, how many more there are etc.

public class CheckpointPagingInformation
Inheritance
CheckpointPagingInformation
Inherited Members

Constructors

CheckpointPagingInformation(string)

Initializes a new instance of the CheckpointPagingInformation class with the desired arguments.

public CheckpointPagingInformation(string next = null)

Parameters

next string

When using checkpoint pagination, the Id one should use for supplemental requests to receive more results.

Properties

Next

When using checkpoint pagination, the Id to use for supplemental paged requests.

[JsonProperty("next")]
public string Next { get; set; }

Property Value

string