ScriptCategoryReportAddItem(String, String, String) Method |  |
Adds a new report entry to the list.
Namespace: Compiled.EDD.ScriptingAssembly: Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 9.0.0.0-142fa9725
Syntaxpublic 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