clsModGlobal..::..updateDashboardXML Method
Updates the dashboard XML.
Namespace:
FlowWright.cDevDeAPIAssembly: 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 )
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.