Click or drag to resize
SessionManager.GetOnlineUsers 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: 11.0.0
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: 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: DataSet
See Also