RoomStateIsUserKicked Method (Int32, Int32) |
Checks if the chat users specified by chatUserID is kicked from this room.
Namespace: CMS.ChatAssembly: CMS.Chat (in CMS.Chat.dll) Version: 8.2.23
Syntax public bool IsUserKicked(
int chatUserID,
out int forHowLong
)
Parameters
- chatUserID
- Type: SystemInt32
ID of a chat room - forHowLong
- Type: SystemInt32
Specified how long must user wait till he can access room again.
Return Value
Type:
BooleanTrue if chat user was kicked.
See Also