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.MembershipAssembly: CMS.Membership (in CMS.Membership.dll) Version: 11.0.0
Syntax [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:
InfoDataSetUserInfoSee Also