SessionManagerIsUserOnline Method |
Returns true if user with specified userID is online.
Namespace: CMS.MembershipAssembly: CMS.Membership (in CMS.Membership.dll) Version: 12.0.0
Syntax public static bool IsUserOnline(
string siteName,
int userID,
bool includeHidden
)
Parameters
- siteName
- Type: SystemString
Site name - userID
- Type: SystemInt32
User id - includeHidden
- Type: SystemBoolean
Include hidden
Return Value
Type:
BooleanSee Also