Skip to main content

LoadOptions Methods

An object defining methods for the LoadOptions class.

PopulateDefaultInstance(numberOfPaginationSkipValue, numberOfPaginationTakeValue)

Creates a LoadOptions instance with default pagination values.

Parameters:

numberOfPaginationSkipValue (required): int
The number of records to skip.

numberOfPaginationTakeValue (required): int
The number of records to take.

Returns:

Type: LoadOptions
The pagination settings. Defaults to Pagination(0, 20) if null.

This is a sync method. Method runs synchronously.