MerchantAccountLoadListWithMerchantAcccounts Method

Populates a ListControl UI control with available system merchant accounts.

Namespace: BBNCExtensions.API.Utility
Assemblies:  BBNCExtensions (in BBNCExtensions.dll) Version: 6.10.0.0
  BBNCExtensions (in BBNCExtensions.dll) Version: 6.10.0.0
Syntax
public abstract void LoadListWithMerchantAcccounts(
	ListControl oListControl,
	bool UseBBPSID,
	Object selectedValue = null
)

Parameters

oListControl
Type: System.Web.UI.WebControlsListControl
The ListControl object to be loaded.
UseBBPSID
Type: SystemBoolean
If True uses the BBPS Guid to determine the default selected item, if False uses the integer ID.
selectedValue (Optional)
Type: SystemObject
The ID of the merchant account to be selected by default.