Sitecore 5.0 API

ItemPath.IsContentItem Property

Gets a value indicating whether this item is a descendant of the /sitecore/content item.

[Visual Basic]
Public ReadOnly Property IsContentItem As Boolean
[C#]
public bool IsContentItem {get;}

Property Value

true if this item is a descendant of the /sitecore/content item; otherwise, false.

See Also

ItemPath Class | Sitecore.Data Namespace