Click or drag to resize

IScriptContextAddWarning(DocumentItem, String) Method

Adds the warning message to the event log with a related DocumentItem.

Namespace: Compiled.EDD.Scripting
Assembly: Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 9.0.0.0-142fa9725
Syntax
C#
void AddWarning(
	DocumentItem document,
	string message
)

Parameters

document  DocumentItem
The document the warning is assigned to.
message  String
The warning message to log.
See Also