Sitecore 5.0 API

LayoutRecords Class

Represents the layouts that are defined in a specified database.

For a list of all members of this type, see LayoutRecords Members.

System.Object
   Sitecore.Data.Database.DataRecords
      Sitecore.Data.LayoutRecords

[Visual Basic]
Public Class LayoutRecords
    Inherits DataRecords
[C#]
public class LayoutRecords : DataRecords

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

A layout defines the basic visual representation when rendering an item. A layout specifies static elements and placeholders into which renderings are inserted. An item that has a visual representation on the site must specify a layout. The layout that is actually rendered may depend on the current device.

Requirements

Namespace: Sitecore.Data

Assembly: Sitecore.Kernel (in Sitecore.Kernel.dll)

See Also

LayoutRecords Members | Sitecore.Data Namespace