| SecurityHandlerSendForgottenPasswordEmail Method |
Namespace:
Dynamicweb.Frontend
Assembly:
Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax public static bool SendForgottenPasswordEmail(
string userEmail,
string username,
string password,
bool isNewPassword,
string recoveryUrl,
string emailTemplateFolder,
Dictionary<string, string> emailTags
)
Public Shared Function SendForgottenPasswordEmail (
userEmail As String,
username As String,
password As String,
isNewPassword As Boolean,
recoveryUrl As String,
emailTemplateFolder As String,
emailTags As Dictionary(Of String, String)
) As Boolean
Parameters
- userEmail
- Type: SystemString
- username
- Type: SystemString
- password
- Type: SystemString
- isNewPassword
- Type: SystemBoolean
- recoveryUrl
- Type: SystemString
- emailTemplateFolder
- Type: SystemString
- emailTags
- Type: System.Collections.GenericDictionaryString, String
Return Value
Type:
BooleanSee Also