FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsModGlobal..::..getEngineAlertsHistory Method

Gets the engine alerts history.

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

Syntax


public static DataTable getEngineAlertsHistory(
	deUserSession oUserSession,
	string sItemID,
	ref string sError,
	bool isArchive
)
Public Shared Function getEngineAlertsHistory ( _
	oUserSession As deUserSession, _
	sItemID As String, _
	ByRef sError As String, _
	isArchive As Boolean _
) As DataTable
public:
static DataTable^ getEngineAlertsHistory(
	deUserSession^ oUserSession, 
	String^ sItemID, 
	String^% sError, 
	bool^ isArchive
)

Parameters

oUserSession
Type: deUserSession
user session
sItemID
Type: String
The s item identifier.
sError
Type: String%
The s error.
isArchive
Type: Boolean
if set to true [is archive].

Return Value

DataTable.