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: 4.7.2.0 (4.7.2.0)
Syntaxpublic DataTable fetchList(
	string listname,
	string columns,
	string language,
	bool convertAllColumnsToString
)
Public Function fetchList ( 
	listname As String,
	columns As String,
	language As String,
	convertAllColumnsToString As Boolean
) As DataTable
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: 
DataTableA DataTable of items from the list
See Also