AdminConfigurationManagerRouteRequest Method

Handles the routing of configurator requests from the client. All external requests should be passed to this method.

Definition

Namespace: MFiles.VAF.AdminConfigurations
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public string RouteRequest(
	EventHandlerEnvironment env
)

Parameters

env  EventHandlerEnvironment
The environment received from the vault extension method.

Return Value

String
The request response.

See Also