KickedUsersIsUserKicked Method |
Checks if user is kicked now.
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
Chat user ID - forHowLong
- Type: SystemInt32
Output parameter. After how many seconds user will be able to join room.
Return Value
Type:
BooleanSee Also