FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

IAuditLogProvider..::..importAuditLog Method

Import audit log

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

Syntax


bool importAuditLog(
	XDocument oXMLDoc,
	string workflowUserID
)
Function importAuditLog ( _
	oXMLDoc As XDocument, _
	workflowUserID As String _
) As Boolean
bool^ importAuditLog(
	XDocument^ oXMLDoc, 
	String^ workflowUserID
)

Parameters

oXMLDoc
Type: XDocument
The o XML document.
workflowUserID
Type: String
The workflow user identifier.

Return Value

true if XXXX, false otherwise.