Click or drag to resize

ScriptContextAddWarning Method (DocumentItem, String)

Adds a warning level log message to be consumed.

Namespace:  Compiled.EDD.Scripting
Assembly:  Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 7.6.1.3-5cb5c356
Syntax
C#
public 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.

Implements

IScriptContextAddWarning(DocumentItem, String)
See Also