IRtConnectionGetList Method (String, String, Int32, Int32)

Returns a collection of ListItems for the specified list name

Namespace:  ABSuite.AccessLayer.Connector.Core
Assembly:  Unisys.ABSuite.AccessLayer.Connector.Core (in Unisys.ABSuite.AccessLayer.Connector.Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

IEnumerable<ListItem> GetList(
	string listName,
	string lFormat,
	int hostColumn,
	int displayColumn
)

Parameters

listName
Type: SystemString
Name of the required list, as designed in the AB Suite system
lFormat
Type: SystemString
The format string for the list, indicating the required columns to be used For example, %2%3%4 will use columns 2,3 and 4, concatenate their content and return it to the client for display.
hostColumn
Type: SystemInt32
Integer value specifying which column is used for the host value.
displayColumn
Type: SystemInt32
Integer value specifying which column is used for the display value Note: This is not used if a Format string has been specified in the lFormat parameter.

Return Value

Type: IEnumerableListItem
A collection of ListItems
See Also

Reference