Click or drag to resize
UserInfoProvider.GetFullUsers Method (String, 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: 8.2.23
Syntax
C#
public static InfoDataSet<UserInfo> GetFullUsers(
	string where,
	string orderBy
)

Parameters

where
Type: System.String
WHERE condition
orderBy
Type: System.String
ORDER BY expression

Return Value

Type: InfoDataSet<UserInfo>
See Also