Sitecore 5.0 API

Item.Uri Property

Gets an URI for the item.

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

Remarks

An Item URI is a pointer to an item in a database. It uniquely identifies the item within the system and represents database name, item ID, item language and item version.

See Also

Item Class | Sitecore.Data.Items Namespace