Sitecore 5.0 API

Item.ParentID Property

Gets the IDID of the parent item.

[Visual Basic]
Public ReadOnly Property ParentID As ID
[C#]
public Sitecore.Data.ID ParentID {get;}

Remarks

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

See Also

Item Class | Sitecore.Data.Items Namespace