FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsModGlobal..::..removeHistory Method

Removes the history.

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

Syntax


public static bool removeHistory(
	string sConnectionString,
	string sItemID
)
Public Shared Function removeHistory ( _
	sConnectionString As String, _
	sItemID As String _
) As Boolean
public:
static bool^ removeHistory(
	String^ sConnectionString, 
	String^ sItemID
)

Parameters

sConnectionString
Type: String
The s connection string.
sItemID
Type: String
The s item identifier.

Return Value

true if XXXX, false otherwise.