SiteOnlineUsers SearchOnlineUsers Method Kentico 8.0 API Reference
Searches online users.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

nickname
Type: OnlineSystem String
Users with containing this substring wil be returned. Comparision is incasesensitive.
topN
Type: OnlineSystem Int32
Maximum number of records.
invitedToRoomID
Type: OnlineSystem Nullable OnlineInt32 
If not null, only users who can be invited to this room will be returned

Return Value

Type: OnlineIEnumerable OnlineUserData 
See Also