Click or drag to resize

GlobalListsfetchList Method (String, String, String, String, Boolean, String, String, String, Boolean)

Namespace:  WorkflowGen.My.Integration
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 3.4.0.0 (3.4.0.0)
Syntax
public DataTable fetchList(
	string listname,
	string columns,
	string language,
	string sortBy,
	bool sortAscending,
	string filterColumnName,
	string filterComparison,
	string filterValue,
	bool convertAllColumnsToString
)

Parameters

listname
Type: SystemString
columns
Type: SystemString
language
Type: SystemString
sortBy
Type: SystemString
sortAscending
Type: SystemBoolean
filterColumnName
Type: SystemString
filterComparison
Type: SystemString
filterValue
Type: SystemString
convertAllColumnsToString
Type: SystemBoolean

Return Value

Type: DataTable
See Also