| FrontendGetAllPasswordRecoveryFields Method |
Namespace:
Dynamicweb.UserManagement.Frontend
Assembly:
Dynamicweb.UserManagement (in Dynamicweb.UserManagement.dll) Version: 3.0.3
Syntax public static IEnumerable<RecoveryFieldInfo> GetAllPasswordRecoveryFields(
bool isFrontend
)
Public Shared Function GetAllPasswordRecoveryFields (
isFrontend As Boolean
) As IEnumerable(Of RecoveryFieldInfo)
Parameters
- isFrontend
- Type: SystemBoolean
Return Value
Type:
IEnumerableRecoveryFieldInfoSee Also