Click or drag to resize
CMSAdminControlAccessDenied Method (Int32, String)
Ensure access denied actions due to settings.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 8.2.23
Syntax
C#
public void AccessDenied(
	int nodeId,
	string permissionName
)

Parameters

nodeId
Type: SystemInt32
Node ID that failed
permissionName
Type: SystemString
Permission name that failed
See Also