Click or drag to resize
ReportClientDeleteData Method
Delete 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 DeleteData(
	string tableURI,
	string criteria,
	Dictionary<string, string> config
)

Parameters

tableURI
Type: SystemString
The table URI.
criteria
Type: SystemString
The criteria.
config
Type: System.Collections.GenericDictionaryString, String
The config can contain additional params. can be null.
See Also