SecurityModule.GetUserType(XafApplication, ApplicationModulesManager) Method
Returns the type of Security System users.
Namespace: DevExpress.ExpressApp.Security
Assembly: DevExpress.ExpressApp.Security.v25.1.dll
NuGet Package: DevExpress.ExpressApp.Security
Declaration
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