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

Parameters

where
Type: SystemString
WHERE condition
orderBy
Type: SystemString
ORDER BY expression

Return Value

Type: InfoDataSetUserInfo
See Also