M-Files Vault Application Framework
C#
Show/Hide TOC
Admin
Configuration
Manager
Route
Request 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#
Copy
public
string
RouteRequest
(
EventHandlerEnvironment
env
)
Parameters
env
EventHandlerEnvironment
The environment received from the vault extension method.
Return Value
String
The request response.
See Also
Reference
AdminConfigurationManager Class
MFiles.VAF.AdminConfigurations Namespace
In This Article
Definition
Parameters
Return Value
See Also