Click or drag to resize

SolidFireElementGetAccountByID Method (Int64)

GetAccountByID enables you to return details about a specific account, given its accountID.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public GetAccountResult GetAccountByID(
	long AccountID
)

Parameters

AccountID
Type: SystemInt64

Return Value

Type: GetAccountResult

Implements

ISolidFireElementGetAccountByID(Int64)
See Also