Formats the open expired tasks to HTML.
Namespace:
FlowWright.cDevDeAPI
Assembly:
cDevDeAPI (in cDevDeAPI.dll)
public static string formatOpenExpiredTasksToHTML(
DataTable dtTasks,
string appURI
)
Public Shared Function formatOpenExpiredTasksToHTML ( _
dtTasks As DataTable, _
appURI As String _
) As String
public:
static String^ formatOpenExpiredTasksToHTML(
DataTable^ dtTasks,
String^ appURI
)
Parameters
- dtTasks
- Type: DataTable
The dt tasks.
- appURI
- Type: String
The application URI.
Return Value
System.String.