Returns UserInfos of online users according to WHERE condition ordered by ORDER BY expression.
Namespace: CMS.MembershipAssembly: CMS.Membership (in CMS.Membership.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- where
- Type: System String
WHERE condition
- orderBy
- Type: System String
ORDER BY expression
- topN
- Type: System Int32
TOP N expression
- columns
- Type: System String
Columns condition
- location
- Type: System String
Location (aliaspath) of users
- siteName
- Type: System String
Site name
- includeHidden
- Type: System Boolean
Include hidden
- includeKicked
- Type: System Boolean
Include kicked
Return Value
Type: DataSetSee Also