Visual Guard Class Library Documentation

VGMemberShipProvider.GetAllUsers Method 

Gets a collection of all the users in the repository in pages of data.

public override MembershipUserCollection GetAllUsers(
   Int32 pageIndex,
   Int32 pageSize,
   out Int32& totalRecords
);

Parameters

pageIndex
The index of the page of results to return. Use 0 to indicate the first page.
pageSize
The size of the page of results to return. pageIndex is zero-based.
totalRecords
The total number of users.

Return Value

A MembershipUserCollection of MembershipUser objects representing all the users in the repository.

See Also

VGMemberShipProvider Class | Novalys.VisualGuard.Security.WebForm Namespace