PRELIMINARY INFORMATION - SUBJECT TO CHANGE
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Returns the username belonging to the user with the given email address. Returns null if there is not exactly one user with the given address.

Namespace: Smartsite.Runtime.Modules
Assembly:  Smartsite.Runtime.Modules (in Smartsite.Runtime.Modules.dll)

Syntax

C#Copy imageCopy Code
[]
public static string GetUserNameByEmail(
	string emailAddress
)
Visual Basic (Declaration)Copy imageCopy Code
<> _
Public Shared Function GetUserNameByEmail ( _
	emailAddress As  _
) As 

Parameters

emailAddress
String
The email address.

Return Value

See Also

Advanced