Click or drag to resize
SiteOnlineUsersSearchOnlineUsers Method
Searches online users.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 9.0.0
Syntax
C#
public 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