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: 12.0.0
Syntax public 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:
StringSee Also