FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsDBAuditLogProvider..::..importAuditLog Method

import audit log

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

Syntax


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