IFieldContainerBaseSetup Method |  |
Initializes and setups the container before any items are parsed.
Namespace: Compiled.EDD.ScriptingAssembly: Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 9.0.0.0-142fa9725
Syntaxvoid Setup(
IFieldContext context
)
Parameters
- context IFieldContext
- The methods available to the script.
Remarks
Setup is required to allow multiple initializations of the script.
See Also