SecurityModule.GetStartupActions() Method
Returns a list of Pop-up Window Show Actions that must be executed before loading the application’s main Window.
Namespace: DevExpress.ExpressApp.Security
Assembly: DevExpress.ExpressApp.Security.v24.1.dll
NuGet Package: DevExpress.ExpressApp.Security
Declaration
Returns
Type | Description |
---|---|
IList<PopupWindowShowAction> | An IList<PopupWindowShowAction> list that must be executed before loading the application’s main Window. |
Remarks
This method returns the ChangePasswordOnLogon Action.
See Also