This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Gets the user name associated with the specified e-mail address.
Namespace: Smartsite.Security.Authentication
Assembly: Smartsite.Security (in Smartsite.Security.dll)
Syntax
C# | Copy Code |
---|---|
public override string GetUserNameByEmail( string email ) |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Overrides Function GetUserNameByEmail ( _ email As _ ) As |
Parameters
- String
Return Value
Returns the username that belongs the e-mail address or an empty string if no user could be found.See Also
SqlMembershipProvider Class
Smartsite.Security.Authentication Namespace