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 imageCopy Code
public override string GetUserNameByEmail(
	string email
)
Visual Basic (Declaration)Copy imageCopy Code
Public Overrides Function GetUserNameByEmail ( _
	email As  _
) As 

Parameters

email
String

Return Value

Returns the username that belongs the e-mail address or an empty string if no user could be found.

See Also

Advanced