| SessionManagerGetUsersWhereCondition Method | 
            Returns where condition which could be used for loading online users from database.
            
 
Namespace: CMS.MembershipAssembly: CMS.Membership (in CMS.Membership.dll) Version: 10.0.0
 Syntax
Syntaxpublic static string GetUsersWhereCondition(
	string location,
	string siteName,
	bool includeHidden,
	bool includeKicked
)
Parameters
- 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: 
String See Also
See Also