Click or drag to resize
ICoreApiListAccountsWithPagination Method
Lists the accounts with pagination.

Namespace: Atomia.Provisioning.Service
Assembly: Atomia.Provisioning.Service (in Atomia.Provisioning.Service.dll) Version: 17.3.6337.16014
Syntax
ProvisioningAccount[] ListAccountsWithPagination(
	int pageNumber,
	int pageSize,
	bool sortAsc,
	out int totalItems
)

Parameters

pageNumber
Type: SystemInt32
The page number.
pageSize
Type: SystemInt32
Size of the page.
sortAsc
Type: SystemBoolean
if set to true sort accounts by name.
totalItems
Type: SystemInt32
Total number of accounts.

Return Value

Type: ProvisioningAccount
Paginated list of accounts.
See Also