public override MembershipUserCollection GetAllUsers( int pageIndex, int pageSize, out int totalRecords )
Parameters
- pageIndex
- The index of the page of results to return. pageIndex is zero-based.
- pageSize
- The size of the page of results to return.
- totalRecords
- The total number of matched users.
Return Value
A System.Web.Security.MembershipUserCollection collection that contains a page of pageSize System.Web.Security.MembershipUser objects beginning at the page specified by pageIndex.