DefaultConfigurationRequestContextEx Class

Default request context implementation.

Definition

Namespace: MFiles.VAF.Configuration.AdminConfigurations
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public class DefaultConfigurationRequestContextEx : IConfigurationRequestContextEx, 
	IConfigurationRequestContext
Inheritance
Object    DefaultConfigurationRequestContextEx
Implements
IConfigurationRequestContext, IConfigurationRequestContextEx

Constructors

Properties

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

See Also