Sitecore 5.1.1 API

Settings.NoLicenseUrl Property

Gets the url to redirect to, if a license is missing.

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

Property Value

Default value: "/sitecore/nolicense.aspx"

Remarks

If a required license is missing, page requests will be redirected to the url pointed to by this setting.

See Also

Settings Class | Sitecore.Configuration Namespace