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

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 10.0.0
Syntax
C#
protected void RedirectToAccessDenied(
	int nodeId,
	string permissionName
)

Parameters

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