Skip to main content
.NET 6.0+

SecurityModule.GetUserType(XafApplication, ApplicationModulesManager) Method

Returns the type of Security System users.

Namespace: DevExpress.ExpressApp.Security

Assembly: DevExpress.ExpressApp.Security.v23.2.dll

Declaration

public static Type GetUserType(
    XafApplication application,
    ApplicationModulesManager modulesManager
)

Parameters

Name Type Description
application XafApplication

An XafApplication object that manages the current application.

modulesManager DevExpress.ExpressApp.ApplicationModulesManager

An ApplicationModulesManager object that manages the current application’s modules.

Returns

Type Description
Type

A System.Type value that is the type of Security System users.

See Also