| 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
Syntaxpublic ProvisioningAccount[] ListAccountsWithPagination(
	out int totalItems,
	int pageNumber,
	int pageSize,
	bool sortAsc
)
Public Function ListAccountsWithPagination ( 
	<OutAttribute> ByRef totalItems As Integer,
	pageNumber As Integer,
	pageSize As Integer,
	sortAsc As Boolean
) As ProvisioningAccount()
public:
virtual array<ProvisioningAccount^>^ ListAccountsWithPagination(
	[OutAttribute] int% totalItems, 
	int pageNumber, 
	int pageSize, 
	bool sortAsc
) sealed
abstract ListAccountsWithPagination : 
        totalItems : int byref * 
        pageNumber : int * 
        pageSize : int * 
        sortAsc : bool -> ProvisioningAccount[] 
override ListAccountsWithPagination : 
        totalItems : int byref * 
        pageNumber : int * 
        pageSize : int * 
        sortAsc : bool -> ProvisioningAccount[] 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
See Also