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: 8.0.0.0 (8.0.5239.26125)
Parameters
- Type: System String
E-mail
- siteNames
- Type: System.Collections.Generic IEnumerable String
One or more site name
- currentUserId
- Type: System Int32
Current user id, if is 0 => new user
Return Value
Type: BooleanSee Also