Sitecore 5.0 API

Settings.DefaultItem Property

Gets the default item for the Sitecore client.

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

Property Value

Default value: "/home"

Remarks

This is the path to the item that will be the selected when starting the Sitecore client (unless overriden by user settings).

See Also

Settings Class | Sitecore.Configuration Namespace