SiteOnlineUsersSearchOnlineUsers Method |
Searches online users.
Namespace: CMS.ChatAssembly: CMS.Chat (in CMS.Chat.dll) Version: 8.2.23
Syntax 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:
IEnumerableOnlineUserDataSee Also