Sitecore 5.0 API

Settings.NoAccessUrl Property

Gets the url to redirect to, if access to an item is denied.

[Visual Basic]
Public Shared ReadOnly Property NoAccessUrl As String
[C#]
public static string NoAccessUrl {get;}

Property Value

Default value: "/sitecore/noaccess.aspx"

Remarks

If a request for an item for which the current user does not have read rights is detected, the request is redirected to the url pointed to by this setting.

See Also

Settings Class | Sitecore.Configuration Namespace