Click or drag to resize

ICoreApiListAccountsWithPagination Method

[Missing <summary> documentation for "M:Atomia.Billing.Core.Sdk.AtomiaProvisioningApi.ICoreApi.ListAccountsWithPagination(System.Int32@,System.Int32,System.Int32,System.Boolean)"]

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

Parameters

totalItems
Type: SystemInt32

[Missing <param name="totalItems"/> documentation for "M:Atomia.Billing.Core.Sdk.AtomiaProvisioningApi.ICoreApi.ListAccountsWithPagination(System.Int32@,System.Int32,System.Int32,System.Boolean)"]

pageNumber
Type: SystemInt32

[Missing <param name="pageNumber"/> documentation for "M:Atomia.Billing.Core.Sdk.AtomiaProvisioningApi.ICoreApi.ListAccountsWithPagination(System.Int32@,System.Int32,System.Int32,System.Boolean)"]

pageSize
Type: SystemInt32

[Missing <param name="pageSize"/> documentation for "M:Atomia.Billing.Core.Sdk.AtomiaProvisioningApi.ICoreApi.ListAccountsWithPagination(System.Int32@,System.Int32,System.Int32,System.Boolean)"]

sortAsc
Type: SystemBoolean

[Missing <param name="sortAsc"/> documentation for "M:Atomia.Billing.Core.Sdk.AtomiaProvisioningApi.ICoreApi.ListAccountsWithPagination(System.Int32@,System.Int32,System.Int32,System.Boolean)"]

Return Value

Type: ProvisioningAccount

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

See Also