IConfigurationRequestContextEx Interface

The extended 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#
public interface IConfigurationRequestContextEx : IConfigurationRequestContext
Implements
IConfigurationRequestContext

Properties

CurrentUserID The id of the user making the request.
(Inherited from IConfigurationRequestContext)
CurrentUserSessionInfo The session of the user making the request.
(Inherited from IConfigurationRequestContext)
LoginAccount The login account of the user making the request.
ResolveLoginAccount
(Inherited from IConfigurationRequestContext)
UserAccount The user account of the user making the request.
Vault The transaction bound vault for the request.
(Inherited from IConfigurationRequestContext)

See Also