Click or drag to resize
CMSUserControlRedirectToAccessDenied Method (String)
Redirects the user to Access denied page.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 10.0.0
Syntax
C#
public void RedirectToAccessDenied(
	string message
)

Parameters

message
Type: SystemString
Displayed access denied message
See Also