SPClaimsAuthMembershipProvider.FindUsersByName-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 FindUsersByName ( _
usernameToMatch As String, _
pageIndex As Integer, _
pageSize As Integer, _
<OutAttribute> ByRef totalRecords As Integer _
) As MembershipUserCollection
'Usage
Dim instance As SPClaimsAuthMembershipProvider
Dim usernameToMatch As String
Dim pageIndex As Integer
Dim pageSize As Integer
Dim totalRecords As Integer
Dim returnValue As MembershipUserCollection
returnValue = instance.FindUsersByName(usernameToMatch, _
pageIndex, pageSize, totalRecords)
public override MembershipUserCollection FindUsersByName(
string usernameToMatch,
int pageIndex,
int pageSize,
out int totalRecords
)
Parameter
- usernameToMatch
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