UserInfoProviderIsEmailUnique Method (String, IEnumerableString, Int32) |
Returns true if email doesn't exist in users table.
Depends on 'Unique e-mails' and 'Shared user accounts' settings
Namespace: CMS.MembershipAssembly: CMS.Membership (in CMS.Membership.dll) Version: 13.0.131
Syntax public static bool IsEmailUnique(
string email,
IEnumerable<string> siteNames,
int currentUserId
)
Parameters
- email
- Type: SystemString
E-mail - siteNames
- Type: System.Collections.GenericIEnumerableString
One or more site name - currentUserId
- Type: SystemInt32
Current user id, if is 0 => new user
Return Value
Type:
BooleanSee Also