Sitecore 5.0 API

ItemUriBuilder Class

Builds an ItemUri.

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

System.Object
   Sitecore.Data.ItemUriBuilder

[Visual Basic]
Public Class ItemUriBuilder
[C#]
public class ItemUriBuilder

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.

A ItemUri is immutable and cannot be changed once created. The ItemUriBuilder allows the URI to be built dynamically and then converted into a ItemUri.

Requirements

Namespace: Sitecore.Data

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

See Also

ItemUriBuilder Members | Sitecore.Data Namespace