Click or drag to resize
UsersRoomAdminStates.GetRoomsWithJoinRights Method
Gets non one to one room where specified user has more rights than 'None'.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 10.0.0
Syntax
C#
public IEnumerable<int> GetRoomsWithJoinRights(
	int chatUserID
)

Parameters

chatUserID
Type: System.Int32
Chat user ID

Return Value

Type: IEnumerable<Int32>
IDs of rooms with raised privileges
See Also