PRELIMINARY INFORMATION - SUBJECT TO CHANGE
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Finds the name of the users by.
Namespace: Smartsite.DigiD
Assembly: Smartsite.DigiD (in Smartsite.DigiD.dll)
Syntax
C# | Copy Code |
---|---|
public override FindUsersByName( string userNameToMatch, int pageIndex, int pageSize, out int totalRecords ) |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Overrides Function FindUsersByName ( _ userNameToMatch As , _ pageIndex As Integer, _ pageSize As Integer, _ <> ByRef totalRecords As Integer _ ) As |
Parameters
- userNameToMatch
- String
The user name to match.
- pageIndex
- Int32
Index of the page.
- pageSize
- Int32
Size of the page.
- totalRecords
- Int32%
The total records.
Return Value
See Also
DigiDMembershipProvider Class
Smartsite.DigiD Namespace