VaultApplicationBaseGetEventHandlerEnvironment Method

Creates the local event handler environment.

Definition

Namespace: MFiles.VAF
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
protected virtual EventHandlerEnvironment GetEventHandlerEnvironment(
	ScriptEnvironment scriptEnv
)

Parameters

scriptEnv  ScriptEnvironment
The environment object from foreign platform (e.g. VBScript).

Return Value

EventHandlerEnvironment
The local event handler environment.

See Also