Click or drag to resize
CMSChatPageHasUserModifyPermission Method
Returns true if user has modify permission based on siteID (if siteID is null, then modifyglobal is checked, otherwise modify).

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(
	Nullable<int> siteID = null
)

Parameters

siteID (Optional)
Type: SystemNullableInt32
Site ID to check permission for

Return Value

Type: Boolean
See Also