EventHandlerRequestContext Class

Implements the IConfigurationRequestContext interface by wrapping an EventHandlerEnvironment.

Definition

Namespace: MFiles.VAF.AdminConfigurations
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public class EventHandlerRequestContext : IConfigurationRequestContext
Inheritance
Object    EventHandlerRequestContext
Implements
IConfigurationRequestContext

Constructors

Properties

CurrentUserID The id of the user making the request.
CurrentUserSessionInfo The session of the user making the request.
Environment The environment backing this context.
ResolveLoginAccount  
Vault The transaction bound vault for the request.

See Also