Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Users Namespace / AbleCommerceMembershipProvider Class / GetAllUsers Method
The index of the page of results to return. pageIndex is zero-based.
The size of the page of results to return.
The total number of matched users.
In This Topic
    GetAllUsers Method
    In This Topic
    Gets a collection of all the users in the data source in pages of data.
    Syntax
    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.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also