Click or drag to resize

ViewAPIDeleteRow Method

Delete rows in the specified table.

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

Parameters

criteria
Type: SystemString
The criteria to be applied for deleting data. Only rows matching the criteria will be deleted. Should be null for delete all rows.
config
Type: System.Collections.GenericDictionaryString, Object
Contains any additional control configurations. Can be null.

Return Value

Type: Int32
Deleted rows count.
See Also