Click or drag to resize
UserInfoProvider.GetFullUsers Method (String, String, Int32, String)
Returns dataset with users with their settings according to WHERE condition sorted by ORDER BY expression.

Namespace: CMS.Membership
Assembly: CMS.Membership (in CMS.Membership.dll) Version: 10.0.0
Syntax
C#
public static InfoDataSet<UserInfo> GetFullUsers(
	string where,
	string orderBy,
	int topN,
	string columns
)

Parameters

where
Type: System.String
WHERE condition
orderBy
Type: System.String
ORDER BY expression
topN
Type: System.Int32
Top N users
columns
Type: System.String
Columns to select, null or empty returns all columns

Return Value

Type: InfoDataSet<UserInfo>
See Also