Sitecore 5.0 API

Database.DataRecords.Exists Method

Gets a value that indicates if the data URI exists in the database.

Overload List

Gets a value that indicates if the data URI exists in the database.

public bool Exists(DataUri);

Gets a value that indicates if the item ID exists in the database.

public bool Exists(string);

See Also

Database.DataRecords Class | Sitecore.Data Namespace