Click or drag to resize

ScriptContextAddWarning Method (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(
	string message
)

Parameters

message
Type: SystemString
The warning message to log against the current Document

Implements

IScriptContextAddWarning(String)
See Also