IRtConnectionGetList Method (String, String)

Returns a collection of types defiend by the class 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 GetList(
	string listName,
	string className
)

Parameters

listName
Type: SystemString
Name of the list.
className
Type: SystemString
Name of the class.

Return Value

Type: IEnumerable
IEnumerable.
See Also

Reference