Click or drag to resize
GnomonMembershipProviderGetAllUsers Method
Gets a collection of all the users in the data source in pages of data.

Namespace: RMP.Web
Assembly: RMP.Web (in RMP.Web.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public override MembershipUserCollection GetAllUsers(
	int pageIndex,
	int pageSize,
	ref int totalRecords
)

Parameters

pageIndex
Type: SystemInt32
The index of the page of results to return. pageIndex is zero-based.
pageSize
Type: SystemInt32
The size of the page of results to return.
totalRecords
Type: SystemInt32
The total number of matched users.

Return Value

Type: MembershipUserCollection
A MembershipUserCollection collection that contains a page of pageSizeMembershipUser objects beginning at the page specified by pageIndex.
Exceptions
ExceptionCondition
NotImplementedException
See Also