Click or drag to resize
UserInfoProviderGetFullUsers Method (String, String)

Note: This API is now obsolete.

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: 11.0.0
Syntax
C#
[ObsoleteAttribute("Use method GetUsersDataWithSettings() instead")]
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