Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.SharePoint.Administration.Claims
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overrides Function FindUsersByEmail ( _
emailToMatch As String, _
pageIndex As Integer, _
pageSize As Integer, _
<OutAttribute> ByRef totalRecords As Integer _
) As MembershipUserCollection
'Usage
Dim instance As SPClaimsAuthMembershipProvider
Dim emailToMatch As String
Dim pageIndex As Integer
Dim pageSize As Integer
Dim totalRecords As Integer
Dim returnValue As MembershipUserCollection
returnValue = instance.FindUsersByEmail(emailToMatch, _
pageIndex, pageSize, totalRecords)
public override MembershipUserCollection FindUsersByEmail(
string emailToMatch,
int pageIndex,
int pageSize,
out int totalRecords
)
Parameters
- emailToMatch
Type: System.String
- pageIndex
Type: System.Int32
- pageSize
Type: System.Int32
- totalRecords
Type: System.Int32
Return value
Type: System.Web.Security.MembershipUserCollection
See also
Reference
SPClaimsAuthMembershipProvider class