FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

IAuditLogProvider..::..removeEntry Method

remove entry by id

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

Syntax


bool removeEntry(
	string id,
	string workflowUserID
)
Function removeEntry ( _
	id As String, _
	workflowUserID As String _
) As Boolean
bool^ removeEntry(
	String^ id, 
	String^ workflowUserID
)

Parameters

id
Type: String
The identifier.
workflowUserID
Type: String
The workflow user identifier.

Return Value

true if XXXX, false otherwise.