FlowWright.cDevDeAPI Namespace
clsModGlobal Class
clsModGlobal Methods
FlowWright.cDevDecisionEngine Namespace

clsModGlobal..::..removeHistoryItems Method

Removes the history items.

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

Syntax


public static bool removeHistoryItems(
	string connectionString,
	DateTime oRemoveFromDate
)
Public Shared Function removeHistoryItems ( _
	connectionString As String, _
	oRemoveFromDate As DateTime _
) As Boolean
public:
static bool^ removeHistoryItems(
	String^ connectionString, 
	DateTime^ oRemoveFromDate
)

Parameters

connectionString
Type: String
The connection string.
oRemoveFromDate
Type: DateTime
The o remove from date.

Return Value

true if XXXX, false otherwise.