Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Interface IDynamicData

Interface that objects to be stored in the DynamicDataStore can implement to manage identity

Namespace: EPiServer.Data.Dynamic
Assembly: EPiServer.Data.dll
Version: 12.0.3
Syntax
public interface IDynamicData

Properties

Id

The Identity of the item

Declaration
Identity Id { get; set; }
Property Value
Type Description
Identity

Extension Methods