IScriptContextAddWarning(DocumentItem, String) Method |  |
Adds the warning message to the event log with a related
DocumentItem.
Namespace: Compiled.EDD.ScriptingAssembly: Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 9.0.0.0-142fa9725
Syntaxvoid AddWarning(
DocumentItem document,
string message
)
Parameters
- document DocumentItem
- The document the warning is assigned to.
- message String
- The warning message to log.
See Also