FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsModGlobal..::..getHistory Method

Get the History

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

Syntax


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

Parameters

connectionString
Type: String
The s connection string.
sItemID
Type: String
The s item identifier.
sitemType
Type: String
Type of the s item.
sError
Type: String%
The s error.

Return Value

DataTable.