Sitecore 5.0 API

SublayoutItem Class

Represents a Sublayout item.

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

System.Object
   Sitecore.Data.Items.CustomItemBase
      Sitecore.Data.Items.SublayoutItem

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

The file path of the corresponding .ASCX file is stored in the FilePath property.

Requirements

Namespace: Sitecore.Data.Items

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

See Also

SublayoutItem Members | Sitecore.Data.Items Namespace