Format all the tasks to HTML form data table
Namespace:
FlowWright.cDevDeAPI
Assembly:
cDevDeAPI (in cDevDeAPI.dll)
public static string formatOpenTasksToHTML(
DataTable dtTasks,
string appURI
)
Public Shared Function formatOpenTasksToHTML ( _
dtTasks As DataTable, _
appURI As String _
) As String
public:
static String^ formatOpenTasksToHTML(
DataTable^ dtTasks,
String^ appURI
)
Parameters
- dtTasks
- Type: DataTable
Data table with list of tasks
- appURI
- Type: String
The application URI
Return Value
System.String.