Sitecore 5.0 API

LongID Structure

A LongID is a fully qualified ID path.

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

System.Object
   System.ValueType
      Sitecore.Data.LongID

[Visual Basic]
Public Structure LongID
[C#]
public struct LongID

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

A LongID contains a path of IDs, e.g. "/{678E49BA-7D1F-48E2-BE86-35824C641556}/{61624451-6216-4C5D-AF67-46FF91442DF7}".

An ID identifies an object within the system, but not uniquely. The underlying data of an ID is a Guid.

This will uniquely identify an item within a database that supports virtual links.

Requirements

Namespace: Sitecore.Data

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

See Also

LongID Members | Sitecore.Data Namespace