Click or drag to resize
CMSChatRoomPageHasUserModifyPermission Method
Checks if user has modify permission based on site ID of room stored in EditedChatRoom.

Namespace: CMS.Chat.Web.UI
Assembly: CMS.Chat.Web.UI (in CMS.Chat.Web.UI.dll) Version: 10.0.0
Syntax
C#
public bool HasUserModifyPermission()

Return Value

Type: Boolean
True if user has edit permissions; otherwise false
See Also