Click or drag to resize

ScriptCategoryReportAddItem(String, String, String) Method

Adds a new report entry to the list.

Namespace: Compiled.EDD.Scripting
Assembly: Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 9.0.0.0-142fa9725
Syntax
C#
public void AddItem(
	string category,
	string name,
	string value
)

Parameters

category  String
The category to associate to the report item.
name  String
The name of the value to report on.
value  String
The value to report.
See Also