Sitecore 5.0 API

Settings.LoginLayout Property

Gets the name of the layout to use for logging in (to extranet)

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

Property Value

Default value: [an empty string]

Remarks

If the web site is protected (see ProtectedSite), the layout specified by this setting will be shown, when an unauthorised person tries to view the site.

If no LoginLayout is specified, the ProtectedSite setting will have no effect.

See Also

Settings Class | Sitecore.Configuration Namespace