M-Files Vault Application Framework
C#
Show/Hide TOC
IConfiguration
Request
Context Interface
The context of an MFAdmin Configurator request.
Definition
Namespace:
MFiles.VAF.Configuration.AdminConfigurations
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
Copy
public
interface
IConfigurationRequestContext
Properties
CurrentUserID
The id of the user making the request.
CurrentUserSessionInfo
The session of the user making the request.
ResolveLoginAccount
Vault
The transaction bound vault for the request.
See Also
Reference
MFiles.VAF.Configuration.AdminConfigurations Namespace
In This Article
Definition
Properties
See Also