| 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.MembershipAssembly: CMS.Membership (in CMS.Membership.dll) Version: 10.0.0
 Syntax
Syntaxpublic 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
See Also