Sitecore 5.1.1 API

Settings.LayoutFolder Property

Gets the path to the layout file root folder.

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

Property Value

Default value: "/layouts"

Remarks

The layout folder is the place where layout files are stored.

The value can be a virtual or physical path.

See Also

Settings Class | Sitecore.Configuration Namespace