SPClaimsAuthMembershipProvider.FindUsersByEmail-Methode
Dieses Mitglied ist der internen Verwendung vorbehalten und kann nicht direkt in Ihrem Code verwendet werden.
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
)
Parameter
- emailToMatch
Typ: System.String
- pageIndex
Typ: System.Int32
- pageSize
Typ: System.Int32
- totalRecords
Typ: System.Int32
Rückgabewert
Typ: System.Web.Security.MembershipUserCollection
Siehe auch
Referenz
SPClaimsAuthMembershipProvider Klasse