Represents the identity of an item stored in the Dynamic Data Store

Namespace:  EPiServer.Data
Assembly:  EPiServer.Data (in EPiServer.Data.dll) Version: 6.0.318.113

Syntax

C#
[SerializableAttribute]
public class Identity
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class Identity
Visual C++
[SerializableAttribute]
public ref class Identity

Inheritance Hierarchy

System..::.Object
  EPiServer.Data..::.Identity

See Also