This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Gets a collection of membership users where the e-mail address contains
the specified e-mail address to match.
Namespace: Smartsite.Security.Authentication
Assembly: Smartsite.Security (in Smartsite.Security.dll)
Syntax
C# | Copy Code |
---|---|
public override FindUsersByEmail( string emailToMatch, int pageIndex, int pageSize, out int totalRecords ) |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Overrides Function FindUsersByEmail ( _ emailToMatch As , _ pageIndex As Integer, _ pageSize As Integer, _ <> ByRef totalRecords As Integer _ ) As |
Parameters
- emailToMatch
- String
- pageIndex
- Int32
- pageSize
- Int32
- totalRecords
- Int32%
Return Value
See Also
SqlMembershipProvider Class
Smartsite.Security.Authentication Namespace