Class UserManagementDataHealthProvider
- Namespace
- Dynamicweb.Security.UserManagement.HealthProviders
- Assembly
- Dynamicweb.Core.dll
Find bad data in security settings.
[AddInName("User management")]
[AddInIcon(KnownIcon.Stethoscope)]
[AddInUseParameterGrouping(true)]
[AddInUseParameterOrdering(true)]
public sealed class UserManagementDataHealthProvider : HealthProviderBase
- Inheritance
-
UserManagementDataHealthProvider
- Inherited Members
Methods
GetCheckList()
Gets list of the supported checks
public override IEnumerable<Check> GetCheckList()
Returns
- IEnumerable<Check>
A list of the supported checks
RunCheck(int)
Running a specified check
public override Check RunCheck(int checkId)
Parameters
checkIdint
Returns
- Check
The check performed and the corresponding results