Click or drag to resize

ViewAPIUpdateRow Method

Update rows in the specified table.

Namespace:  ZohoAnalytics
Assembly:  ZohoAnalytics (in ZohoAnalytics.exe) Version: 0.0.0.0
Syntax
C#
public Dictionary<string, Object> UpdateRow(
	Dictionary<string, string> columnValues,
	string criteria,
	Dictionary<string, Object> config
)

Parameters

columnValues
Type: System.Collections.GenericDictionaryString, String
Contains the values for the row. The column names are the key.
criteria
Type: SystemString
The criteria to be applied for updating data. Only rows matching the criteria will be updated. Should be null for update all rows.
config
Type: System.Collections.GenericDictionaryString, Object
Contains any additional control configurations. Can be null.

Return Value

Type: DictionaryString, Object
Updated rows details.
See Also