Sitecore 5.0 API

RenderingItem Class

Represents a Rendering item.

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

System.Object
   Sitecore.Data.Items.CustomItemBase
      Sitecore.Data.Items.RenderingItem

[Visual Basic]
Public Class RenderingItem
    Inherits CustomItemBase
[C#]
public class RenderingItem : CustomItemBase

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.

Requirements

Namespace: Sitecore.Data.Items

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

See Also

RenderingItem Members | Sitecore.Data.Items Namespace