| GlobalListsfetchList Method (String, String, String, String, Boolean, String, String, String, Boolean) | 
 
Namespace: WorkflowGen.My.IntegrationAssembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 3.3.0.0 (3.3.0.0)
Syntaxpublic DataTable fetchList(
	string listname,
	string columns,
	string language,
	string sortBy,
	bool sortAscending,
	string filterColumnName,
	string filterComparison,
	string filterValue,
	bool convertAllColumnsToString
)
Public Function fetchList ( 
	listname As String,
	columns As String,
	language As String,
	sortBy As String,
	sortAscending As Boolean,
	filterColumnName As String,
	filterComparison As String,
	filterValue As String,
	convertAllColumnsToString As Boolean
) As DataTable
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