Click or drag to resize

SolidFireElementListAccounts Method (NullableInt64, NullableInt64, NullableBoolean)

ListAccounts returns the entire list of accounts, with optional paging support.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public ListAccountsResult ListAccounts(
	Nullable<long> StartAccountID = null,
	Nullable<long> Limit = null,
	Nullable<bool> IncludeStorageContainers = null
)

Parameters

StartAccountID (Optional)
Type: SystemNullableInt64
Limit (Optional)
Type: SystemNullableInt64
IncludeStorageContainers (Optional)
Type: SystemNullableBoolean

Return Value

Type: ListAccountsResult

Implements

ISolidFireElementListAccounts(NullableInt64, NullableInt64, NullableBoolean)
See Also