Sitecore 5.0 API

DataUri Class

Represents a pointer to an item.

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

System.Object
   Sitecore.Data.DataUri

[Visual Basic]
Public Class DataUri
    Implements ICloneable, ISerializable
[C#]
public class DataUri : 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 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.

An string can be parsed into a DataUri using the Parse method.

Requirements

Namespace: Sitecore.Data

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

See Also

DataUri Members | Sitecore.Data Namespace