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

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 9.0.0
Syntax
C#
public bool HasUserModifyPermission()

Return Value

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