Sitecore 5.0 API

MasterID Structure

Represents a master ID.

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

System.Object
   System.ValueType
      Sitecore.Data.MasterID

[Visual Basic]
Public Structure MasterID
[C#]
public struct MasterID

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 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.

An ID identifies an object within the system, but not uniquely. The underlying data of an ID is a Guid.

Requirements

Namespace: Sitecore.Data

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

See Also

MasterID Members | Sitecore.Data Namespace