Sitecore 5.0 API

ItemUri Class

Provides a pointer to an item in a database.

For a list of all members of this type, see ItemUri Members.

System.Object
   Sitecore.Data.ItemUri

[Visual Basic]
Public Class ItemUri
    Implements ICloneable, ISerializable
[C#]
public class ItemUri : ICloneable, ISerializable

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

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.

An ItemUri is immutable and cannot be changed once created. To build an ItemUri dynamically use ItemUriBuilder.

Requirements

Namespace: Sitecore.Data

Assembly: Sitecore.Kernel (in Sitecore.Kernel.dll)

See Also

ItemUri Members | Sitecore.Data Namespace