ScriptWarningEventArgs Constructor (DocumentItem, String) | |
Creates new event data for a document and warning message.
Namespace:
Compiled.EDD.Scripting
Assembly:
Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 7.6.1.3-5cb5c356
Syntax public ScriptWarningEventArgs(
DocumentItem document,
string message
)
Parameters
- document
- Type: Compiled.EDD.ScriptingDocumentItem
The document the warning pertains to. - message
- Type: SystemString
The logged warning.
See Also