VaultApplicationBaseRun Method

Invokes all methods that have the MFEventHandlerAttribute and are applicable to this event.

Definition

Namespace: MFiles.VAF
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public virtual ScriptResult Run(
	ScriptEnvironment environment
)

Parameters

environment  ScriptEnvironment
The event and environment that the assembly should process.

Return Value

ScriptResult
The result object.

See Also