FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsModGlobal..::..getTaskRemindersForReport Method

Gets the task reminders for report.

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

Syntax


public static DataTable getTaskRemindersForReport(
	string connectionString,
	string oInstID,
	ref string sError
)
Public Shared Function getTaskRemindersForReport ( _
	connectionString As String, _
	oInstID As String, _
	ByRef sError As String _
) As DataTable
public:
static DataTable^ getTaskRemindersForReport(
	String^ connectionString, 
	String^ oInstID, 
	String^% sError
)

Parameters

connectionString
Type: String
The connection string.
oInstID
Type: String
The o inst identifier.
sError
Type: String%
The s error.

Return Value

DataTable.