SPClaimsAuthMembershipProvider.FindUsersByName method
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 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
)
Parameters
- usernameToMatch
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