Click or drag to resize
UsersRoomAdminStatesIsUserAdmin Method
Checks if user is Admin (or creator) in room.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 9.0.0
Syntax
C#
public bool IsUserAdmin(
	int chatUserID,
	int chatRoomID
)

Parameters

chatUserID
Type: SystemInt32
Chat user ID
chatRoomID
Type: SystemInt32
Room ID

Return Value

Type: Boolean
See Also