Sitecore 5.0 API

Item.Master Property

Gets the master from which the item was created.

[Visual Basic]
Public ReadOnly Property Master As MasterItem
[C#]
public MasterItem Master {get;}

Remarks

A master is an instance of a template much like an item. When an item is created from a master, the master is copied into the new item which receives all the field values from the master. A master may contain subitems that are created whenever an item is created from a master.

See Also

Item Class | Sitecore.Data.Items Namespace