  | FrontendGetAvailableFieldsForPasswordRecovery Method  | 
 Note: This API is now obsolete.
 
    Namespace: 
   Dynamicweb.UserManagement.Frontend
    Assembly:
   Dynamicweb.UserManagement (in Dynamicweb.UserManagement.dll) Version: 3.0.3
Syntax[ObsoleteAttribute("Use GetAllPasswordRecoveryFields instead")]
public static IEnumerable<Tuple<string, string, bool>> GetAvailableFieldsForPasswordRecovery(
	bool isFrontend
)<ObsoleteAttribute("Use GetAllPasswordRecoveryFields instead")>
Public Shared Function GetAvailableFieldsForPasswordRecovery ( 
	isFrontend As Boolean
) As IEnumerable(Of Tuple(Of String, String, Boolean))Parameters
- isFrontend
 - Type: SystemBoolean
 
Return Value
Type: 
IEnumerableTupleString, 
String, 
Boolean
See Also