Returns number of online users.
Namespace: CMS.MembershipAssembly: CMS.Membership (in CMS.Membership.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- siteName
- Type: System String
Site name
- location
- Type: System String
Location
- includeHidden
- Type: System Boolean
Include hidden users
- includeKicked
- Type: System Boolean
Include kicked users - kicked users are count through all sites
- publicUsers
- Type: System Int32
Number of public users
- authenticatedUsers
- Type: System Int32
Bumber of authenticated users
See Also