VaultApplicationBaseEvaluateStatePreConditions Method |
Invokes all the state precondition evaluation handlers.
Namespace:
MFiles.VAF
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic virtual ScriptResult EvaluateStatePreConditions(
ScriptEnvironment environment
)
Public Overridable Function EvaluateStatePreConditions (
environment As ScriptEnvironment
) As ScriptResult
public:
virtual ScriptResult^ EvaluateStatePreConditions(
ScriptEnvironment^ environment
)
Parameters
- environment
- Type: MFiles.VAFScriptEnvironment
The environment that the assembly should process.
Return Value
Type:
ScriptResultThe result object that contains the condition evaluation result and possible error message for the user.
See Also