FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

IAuditLogProvider..::..removeEntriesBeforeDate Method

Removes the entries before date.

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

Syntax


bool removeEntriesBeforeDate(
	DateTime oDate,
	string workflowUserID
)
Function removeEntriesBeforeDate ( _
	oDate As DateTime, _
	workflowUserID As String _
) As Boolean
bool^ removeEntriesBeforeDate(
	DateTime^ oDate, 
	String^ workflowUserID
)

Parameters

oDate
Type: DateTime
The o date.
workflowUserID
Type: String
The workflow user identifier.

Return Value

true if XXXX, false otherwise.