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