GlobalListsFetchList Method (String, String, String, String, String, Boolean) |
Get list's items from its name.
Namespace:
WorkflowGen.My.Integration
Assembly:
WorkflowGen.My (in WorkflowGen.My.dll) Version: 8.0.6.0 (8.0.6.20210916)
Syntax public DataTable FetchList(
string listName,
string columns,
string language,
string inlineSort,
string inlineFilter,
bool convertAllColumnsToString
)
Public Function FetchList (
listName As String,
columns As String,
language As String,
inlineSort As String,
inlineFilter 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. - inlineSort
- Type: SystemString
Inline string of a sort query - inlineFilter
- Type: SystemString
Inline string of a filter query - convertAllColumnsToString
- Type: SystemBoolean
Return Value
Type:
DataTableA DataTable of items from the list
See Also