ChatRoomUserHelperLeaveRoomPermanently Method |
Removes user permanently from this room. This means, that he has to be invited again to enter it.
In public rooms it does the same as classic LeaveRoom().
Namespace: CMS.ChatAssembly: CMS.Chat (in CMS.Chat.dll) Version: 12.0.0
Syntax public static void LeaveRoomPermanently(
int roomID,
ChatUserInfo chatUser
)
Parameters
- roomID
- Type: SystemInt32
Room ID - chatUser
- Type: CMS.ChatChatUserInfo
User to remove
See Also