???ReportClient.UpdateData Method
Click or drag to resize
ReportClientUpdateData Method
Update the data in the specified table identified by the URI.

Namespace:??ZReports
Assembly:??ManageEngine Analytics Plus (in ManageEngine Analytics Plus.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void UpdateData(
	string tableURI,
	Dictionary<string, string> columnValues,
	string criteria,
	Dictionary<string, string> config
)

Parameters

tableURI
Type:??SystemString
The table URI.
columnValues
Type:??System.Collections.GenericDictionaryString, String
The column values.
criteria
Type:??SystemString
The criteria.
config
Type:??System.Collections.GenericDictionaryString, String
The config can contain additional params. can be null.
Exceptions
ExceptionCondition
ExceptionYou need to specify the column and values to update...
See Also