Sitecore 5.0 API

RenderingRecords Class

Represents the renderings that are defined in a specified database.

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

System.Object
   Sitecore.Data.Database.DataRecords
      Sitecore.Data.RenderingRecords

[Visual Basic]
Public Class RenderingRecords
    Inherits DataRecords
[C#]
public class RenderingRecords : 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 rendering is a layout element that generates output. A rendering can be an XSLT tranformation, a method call, an URL, a XML control or a sublayout. Renderings are inserted into placeholders when rendering a layout.

A rendering can be retrieved using it ID, name or URI.

To retrieve all renderings defined by a database as an array, use the ((M:Sitecore.Data.RenderingRecords.GetAll) method.

Requirements

Namespace: Sitecore.Data

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

See Also

RenderingRecords Members | Sitecore.Data Namespace