Click or drag to resize
CMSUserControlRedirectToUIElementAccessDenied Method
Redirects the user to Access denied page.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 8.2.23
Syntax
C#
protected void RedirectToUIElementAccessDenied(
	string resourceName,
	string elements
)

Parameters

resourceName
Type: SystemString
Resource name that failed
elements
Type: SystemString
UI element names that failed
See Also