| SiteOnlineUsersSearchOnlineUsers Method | 
            Searches online users. 
            
 
Namespace: CMS.ChatAssembly: CMS.Chat (in CMS.Chat.dll) Version: 10.0.0
 Syntax
Syntaxpublic IEnumerable<OnlineUserData> SearchOnlineUsers(
	string nickname,
	int topN,
	Nullable<int> invitedToRoomID
)
Parameters
- nickname
- Type: SystemString
 Users with containing this substring wil be returned. Comparision is incasesensitive.
- topN
- Type: SystemInt32
 Maximum number of records.
- invitedToRoomID
- Type: SystemNullableInt32
 If not null, only users who can be invited to this room will be returned
Return Value
Type: 
IEnumerableOnlineUserData See Also
See Also