Click or drag to resize

IScriptContextAddWarning Method (DocumentItem, String)

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: 7.6.1.3-5cb5c356
Syntax
C#
void AddWarning(
	DocumentItem document,
	string message
)

Parameters

document
Type: Compiled.EDD.ScriptingDocumentItem
The document the warning is assigned to.
message
Type: SystemString
The warning message to log.
See Also