Click or drag to resize

LookupListHandlerE, SBuildList Method

This is a convenience function to easily build lookuplist content from given resultset. Supports hierarchy, too. Note that for each Dictionary in the list, Value should have non-empty and unique value.

Namespace: CTExtensions.ExportCore.EXTs
Assembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntax
protected virtual List<CustomLookupLookupItem> BuildList(
	S settings,
	List<Dictionary<LookupListSettingsLookupListField, string>> data
)

Parameters

settings  S
Your settings
data  ListDictionaryLookupListSettingsLookupListField, String
"result set"

Return Value

ListCustomLookupLookupItem
List of CustomLookupLookupItems that can be easily converted into XML data for CT core using CreateXMLString(CustomLookupLookupItem).
See Also