Click or drag to resize
SessionManagerGetOnlineUsers Method (String, String, Int32, String, String, String, Boolean, Boolean)
Returns UserInfos of online users according to WHERE condition ordered by ORDER BY expression.

Namespace: CMS.Membership
Assembly: CMS.Membership (in CMS.Membership.dll) Version: 8.2.23
Syntax
C#
public static DataSet GetOnlineUsers(
	string where,
	string orderBy,
	int topN,
	string columns,
	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
columns
Type: SystemString
Columns condition
location
Type: SystemString
Location (aliaspath) of users
siteName
Type: SystemString
Site name
includeHidden
Type: SystemBoolean
Include hidden
includeKicked
Type: SystemBoolean
Include kicked

Return Value

Type: DataSet
See Also