Sitecore 5.1.1 API

Settings.RequiredDatabaseVersion Property

Gets the required database version.

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

Property Value

Default value: "" (empty string)

Remarks

The version of Sitecore must match with the structure of the database.

This setting specifies the required version of the database.

If the database version does not match this setting, the user is redirected to an upgrade page (/sitecore/admin/upgrade).

See Also

Settings Class | Sitecore.Configuration Namespace