AttributesLoadListWithAttributes Method

Loads a ListControl UI control with attribute values.

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 LoadListWithAttributes(
	ListControl oListControl,
	EAttributeRecordTypes attrType,
	EFieldDataTypes dataType,
	string selectedValues,
	EListBlankItem BlankItem,
	string sSelectedItemsDelim = ";"
)

Parameters

oListControl
Type: System.Web.UI.WebControlsListControl
The ListControl object to be populated.
attrType
Type: BBNCExtensions.InterfacesEAttributeRecordTypes
The record type of attribute being loaded.
dataType
Type: BBNCExtensions.InterfacesEFieldDataTypes
The data type of the attributes.
selectedValues
Type: SystemString
Values of attributes that should be selected by default.
BlankItem
Type: BBNCExtensions.InterfacesEListBlankItem
Determines how the blank item (if any) should be displayed.
sSelectedItemsDelim (Optional)
Type: SystemString
The delimiter in the selected values string.