Sitecore 5.0 API

DeviceRecords.Item Property (DataUri)

Gets the DeviceItem with the specified URI.

[Visual Basic]
Overloads Public Default ReadOnly Property Item( _
   ByVal uri As DataUri _
) As DeviceItem
[C#]
public Items.DeviceItem this[
   Sitecore.Data.DataUri uri
] {get;}

Remarks

An Data URI is a pointer to an item. The item may appear in any database as the Data URI does not specify the database. A Data URI is not unique as an item may appear in multiple databases. A Data URI represents an item ID, item language and item version.

See Also

DeviceRecords Class | Sitecore.Data Namespace | DeviceRecords.Item Overload List