Click or drag to resize
CMSPageGetAccessDeniedUrl Method
Gets the URL to Access denied page

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 9.0.0
Syntax
C#
public static string GetAccessDeniedUrl(
	string pageUrl,
	string resourceName,
	string permissionName,
	string uiElementName,
	string message
)

Parameters

pageUrl
Type: SystemString
Access denied page URL
resourceName
Type: SystemString
Resource name that failed
permissionName
Type: SystemString
Permission name that failed
uiElementName
Type: SystemString
UI element name that failed
message
Type: SystemString
Custom message

Return Value

Type: String
See Also