GlobalListsfetchList Method (String, String, String, Boolean) |
Note: This API is now obsolete.
Get list's items from its name.
Namespace:
WorkflowGen.My.Integration
Assembly:
WorkflowGen.My (in WorkflowGen.My.dll) Version: 8.0.5.0 (8.0.5.20210818)
Syntax [ObsoleteAttribute("This method is obsolete and will be removed in future release. Use FetchList instead.",
false)]
public DataTable fetchList(
string listName,
string columns,
string language,
bool convertAllColumnsToString
)
<ObsoleteAttribute("This method is obsolete and will be removed in future release. Use FetchList instead.",
false)>
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