GlobalListsfetchList Method (String, String, String, String, Boolean, String, String, String, Boolean) |
Namespace:
WorkflowGen.My.Integration
Assembly:
WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax public 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:
DataTableSee Also