Returns dataset with users with ther settings according to WHERE condition sorted by ORDER BY expression.
Namespace: CMS.MembershipAssembly: CMS.Membership (in CMS.Membership.dll) Version: 8.0.0.0 (8.1.5347.20411)
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 UserInfoSee Also