FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsModGlobal..::..updateDashboardXML Method

Updates the dashboard XML.

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

Syntax


public static bool updateDashboardXML(
	clsDataAccess oDA,
	string sXML,
	string updateFieldName,
	string updatedBy,
	string keyFieldName,
	string keyFieldValue,
	string tableName,
	ref string lastError
)
Public Shared Function updateDashboardXML ( _
	oDA As clsDataAccess, _
	sXML As String, _
	updateFieldName As String, _
	updatedBy As String, _
	keyFieldName As String, _
	keyFieldValue As String, _
	tableName As String, _
	ByRef lastError As String _
) As Boolean
public:
static bool^ updateDashboardXML(
	clsDataAccess^ oDA, 
	String^ sXML, 
	String^ updateFieldName, 
	String^ updatedBy, 
	String^ keyFieldName, 
	String^ keyFieldValue, 
	String^ tableName, 
	String^% lastError
)

Parameters

oDA
Type: clsDataAccess
The o da.
sXML
Type: String
The s XML.
updateFieldName
Type: String
Name of the update field.
updatedBy
Type: String
The updated by.
keyFieldName
Type: String
Name of the key field.
keyFieldValue
Type: String
The key field value.
tableName
Type: String
Name of the table.
lastError
Type: String%
The last error.

Return Value

true if XXXX, false otherwise.