Sitecore 5.0 API

BaseItem Class

Defines the basic functionality of an item.

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

System.Object
   Sitecore.Data.Items.BaseItem
      Sitecore.Data.Items.Item

[Visual Basic]
MustInherit Public Class BaseItem
[C#]
public abstract class BaseItem

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

An item is a record in a database. Items are the basic building block of a Sitecore site. An item may represent any kind of information, e.g. a piece of content, a media file, a layout etc. Items always have a name and and ID that uniquely identifies the item within the database. Items have a template that defines which fields the item contains. An item represent a single version of piece of content is a single language.

This is a work-around to provides an Item collection on a class named Item.

Requirements

Namespace: Sitecore.Data.Items

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

See Also

BaseItem Members | Sitecore.Data.Items Namespace