SessionManagerGetOnlineUsers Method (String, String, Int32, String, String, Boolean, Boolean) |
Returns UserInfos of online users according to WHERE condition ordered by ORDER BY expression.
Namespace: CMS.MembershipAssembly: CMS.Membership (in CMS.Membership.dll) Version: 12.0.0
Syntax public static DataSet GetOnlineUsers(
string where,
string orderBy,
int topN,
string location,
string siteName,
bool includeHidden,
bool includeKicked
)
Parameters
- where
- Type: SystemString
WHERE condition - orderBy
- Type: SystemString
ORDER BY expression - topN
- Type: SystemInt32
TOP N expression - location
- Type: SystemString
Location (alias path) of users - siteName
- Type: SystemString
Site name - includeHidden
- Type: SystemBoolean
Include hidden - includeKicked
- Type: SystemBoolean
Include kicked
Return Value
Type:
DataSetSee Also