Sitecore 5.0 API

SublayoutRecords Class

Represents a the sublayout defined by a database.

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

System.Object
   Sitecore.Data.Database.DataRecords
      Sitecore.Data.SublayoutRecords

[Visual Basic]
Public Class SublayoutRecords
    Inherits DataRecords
[C#]
public class SublayoutRecords : 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 sublayout is a rendering that renders a layout inside another layout. Sublayouts correspond to ASCX files.

Requirements

Namespace: Sitecore.Data

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

See Also

SublayoutRecords Members | Sitecore.Data Namespace