| LoginHandlerSendForgotPasswordEmail Method |
Note: This API is now obsolete.
Namespace:
Dynamicweb.Frontend
Assembly:
Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax [ObsoleteAttribute("Use SendForgottenPasswordEmail instead.")]
public static bool SendForgotPasswordEmail(
string userEmail,
string userName,
string password,
bool isNewPwd,
string recoveryUrl,
string emailTemplateFolder,
Dictionary<string, string> emailTagVals = null
)
<ObsoleteAttribute("Use SendForgottenPasswordEmail instead.")>
Public Shared Function SendForgotPasswordEmail (
userEmail As String,
userName As String,
password As String,
isNewPwd As Boolean,
recoveryUrl As String,
emailTemplateFolder As String,
Optional emailTagVals As Dictionary(Of String, String) = Nothing
) As Boolean
Parameters
- userEmail
- Type: SystemString
- userName
- Type: SystemString
- password
- Type: SystemString
- isNewPwd
- Type: SystemBoolean
- recoveryUrl
- Type: SystemString
- emailTemplateFolder
- Type: SystemString
- emailTagVals (Optional)
- Type: System.Collections.GenericDictionaryString, String
Return Value
Type:
BooleanSee Also