CodeTablesLoadListWithCodeTableEntries Method (ListControl, Int32, String, Boolean, Boolean, Boolean, Boolean, EListBlankItem, Boolean, ESystems, String, ArrayList)

Loads a ListControl UI control with entries from a code table specified by its integer ID.

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 LoadListWithCodeTableEntries(
	ListControl oListControl,
	int tableid,
	string selectedValues = "",
	bool UseDescriptionAsValue = false,
	bool UseShortDescription = false,
	bool AddValueIfNotFound = true,
	bool UseShortDescriptionAsValue = false,
	EListBlankItem Blank = EListBlankItem.eBlank,
	bool AddOther = false,
	ESystems System = ESystems.eCRM,
	string sSelectedItemsDelim = ";",
	ArrayList IncludeItemsList = null
)

Parameters

oListControl
Type: System.Web.UI.WebControlsListControl
The ListControl object to be loaded.
tableid
Type: SystemInt32
The record ID of the code table.
selectedValues (Optional)
Type: SystemString
UseDescriptionAsValue (Optional)
Type: SystemBoolean
UseShortDescription (Optional)
Type: SystemBoolean
AddValueIfNotFound (Optional)
Type: SystemBoolean
UseShortDescriptionAsValue (Optional)
Type: SystemBoolean
Blank (Optional)
Type: BBNCExtensions.InterfacesEListBlankItem
AddOther (Optional)
Type: SystemBoolean
Indicates whether an "other" value should be included in the list.
System (Optional)
Type: BBNCExtensions.InterfacesESystems
sSelectedItemsDelim (Optional)
Type: SystemString
IncludeItemsList (Optional)
Type: System.CollectionsArrayList