Click or drag to resize

GlobalListsFetchList Method (String, String, String, Boolean)

Get list's items from its name.

Namespace:  WorkflowGen.My.Integration
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 8.1.3.0 (8.1.3.20220620)
Syntax
public DataTable FetchList(
	string listName,
	string columns,
	string language,
	bool convertAllColumnsToString
)

Parameters

listName
Type: SystemString
List's name
columns
Type: SystemString
CSV of the columns you want to get.
language
Type: SystemString
Language in which you want to get the items.
convertAllColumnsToString
Type: SystemBoolean

Return Value

Type: DataTable
A DataTable of items from the list
See Also