VaultApplicationBaseRun Method |
Invokes all methods that have the MFEventHandlerAttribute and are applicable to this event.
Namespace:
MFiles.VAF
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.1.0.1 (2.1.0.1)
Syntaxpublic virtual ScriptResult Run(
ScriptEnvironment environment
)
Parameters
- environment
- Type: MFiles.VAFScriptEnvironment
The event and environment that the assembly should process.
Return Value
Type:
ScriptResultThe result object.
See Also