Equivilant to PUMP-FLO selection list. Columns should be addressed by column name. Columns may be added in future versions, but will not be removed. When dealing with thumbnails: getthumbnail.

Namespace: configuration_services
Assembly: configuration_services (in configuration_services.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
DataTable get_list(
	uint selection_list_id
)
Visual Basic
Function get_list ( _
	selection_list_id As UInteger _
) As DataTable
Visual C++
DataTable^ get_list(
	unsigned int selection_list_id
)

Parameters

selection_list_id
Type: System..::..UInt32

Return Value

See Also