Click or drag to resize
CMSPageRedirectToResourceNotAvailableOnSite Method
Redirects the user to the access denied page with info about resource not being assigned to site.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 9.0.0
Syntax
C#
public static void RedirectToResourceNotAvailableOnSite(
	string resourceName
)

Parameters

resourceName
Type: SystemString
Name of the resource
See Also