AccountsloadByClientId Method

Load all Accounts for a specified Client ID

Definition

Namespace: MbcsCentral
Assembly: MbcsCentral (in MbcsCentral.exe) Version: 2.0.1.15 (2.0.1.15)
C#
public static Accounts[] loadByClientId(
	long clientId
)

Parameters

clientId  Int64
The client ID to retrieve

Return Value

Accounts
An array of Accounts objects

See Also