AccountListAccountPickerMulti Method

Displays a dialog allowing the user to select 1 or more accounts.

Definition

Namespace: T4.API
Assembly: T4API.47 (in T4API.47.dll) Version: 4.7.0.0 (4.7.68.4)
C#
public List<Account> AccountPickerMulti(
	ref List<Account> poDefault
)

Parameters

poDefault  ListAccount
List containing the default accounts to select, or Nothing for none.

Return Value

ListAccount
A list containing the accounts the user selected, or the default list specified.

See Also