FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsDBAuditLogProvider..::..removeEntry Method

Removes the entry.

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

Syntax


public bool removeEntry(
	string id,
	string workflowUserID
)
Public Function removeEntry ( _
	id As String, _
	workflowUserID As String _
) As Boolean
public:
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.

Exceptions


ExceptionCondition
[NotImplementedException]