Click or drag to resize
ReportClientAddRow Method
Adds a row to 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 Dictionary<string, string> AddRow(
	string tableURI,
	Dictionary<string, string> columnValues,
	Dictionary<string, string> config
)

Parameters

tableURI
Type: SystemString
The table URI.
columnValues
Type: System.Collections.GenericDictionaryString, String
Contains the values for the row. The column name(s) are the key.
config
Type: System.Collections.GenericDictionaryString, String
The config can contain additional params. can be null.

Return Value

Type: DictionaryString, String
Successfully added rows with value.
Exceptions
ExceptionCondition
ExceptionYou need to specify the column and values to add...
ParseExceptionReturned XML format for ADDROW is not proper. Could possibly be version mismatch. The response is + response + . Exception is + e.Message
See Also