Sitecore 5.0 API

ID Structure

An ID represents a unique identifier.

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

System.Object
   System.ValueType
      Sitecore.Data.ID

[Visual Basic]
Public Structure ID
    Implements ISerializable
[C#]
public struct ID : 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 ID identifies an object within the system, but not uniquely. The underlying data of an ID is a Guid.

The ID can be converted to a ShortID or a LongID.

Requirements

Namespace: Sitecore.Data

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

See Also

ID Members | Sitecore.Data Namespace