| CMSPageGetAccessDeniedUrl Method | 
            Gets the URL to Access denied page
            
 
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 10.0.0
 Syntax
Syntaxpublic 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
See Also