Click or drag to resize

CoreApiProxyListAccountsWithPagination Method

Lists the accounts with pagination.

Namespace:  Atomia.Billing.Core.Sdk.ServiceProxies
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
public ProvisioningAccount[] ListAccountsWithPagination(
	out int totalItems,
	int pageNumber,
	int pageSize,
	bool sortAsc
)

Parameters

totalItems
Type: SystemInt32
The total items.
pageNumber
Type: SystemInt32
The page number.
pageSize
Type: SystemInt32
Size of the page.
sortAsc
Type: SystemBoolean
if set to true [sort asc].

Return Value

Type: ProvisioningAccount

[Missing <returns> documentation for "M:Atomia.Billing.Core.Sdk.ServiceProxies.CoreApiProxy.ListAccountsWithPagination(System.Int32@,System.Int32,System.Int32,System.Boolean)"]

Implements

ICoreApiListAccountsWithPagination(Int32, Int32, Int32, Boolean)
See Also