Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

SecurityModule.GetUserType(XafApplication, ApplicationModulesManager) Method

Returns the type of Security System users.

Namespace: DevExpress.ExpressApp.Security

Assembly: DevExpress.ExpressApp.Security.v20.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