Click or drag to resize
UIHelperGetAccessDeniedUrl Method (String)
Gets URL for the info page which displays specified access denied message.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public static string GetAccessDeniedUrl(
	string resourceString
)

Parameters

resourceString
Type: SystemString
Resource string to display

Return Value

Type: String
See Also