Sitecore 5.0 API

Database.HasContentItem Property

Gets a value that indicates is the /sitecore/content item is present.

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

Remarks

Some database does not contain the /sitecore/content item which indicates that this is a special database. The Security and Extranet databases are examples of this.

See Also

Database Class | Sitecore.Data Namespace