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

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 10.0.0
Syntax
C#
protected static void RedirectToAccessDeniedPage(
	string pageUrl
)

Parameters

pageUrl
Type: SystemString
Access denied page URL
See Also