| ChatProtectionHelperHasCurrentUserPermissionInternal Method | 
            Checks if current user (CMSUser) has permission to perform specified chat-related action.
            
 
Namespace: CMS.ChatAssembly: CMS.Chat (in CMS.Chat.dll) Version: 10.0.0
 Syntax
Syntaxprotected virtual bool HasCurrentUserPermissionInternal(
	ChatPermissionEnum permission
)
Parameters
- permission
- Type: CMS.ChatChatPermissionEnum
 Permission to check
Return Value
Type: 
BooleanTrue if user has permission, otherwise false
 See Also
See Also