FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsModGlobal..::..formatOpenExpiredTasksToHTML Method

Formats the open expired tasks to HTML.

Namespace:  FlowWright.cDevDeAPI
Assembly:  cDevDeAPI (in cDevDeAPI.dll)

Syntax


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.