London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

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: 10.10.4
Syntax
public interface IDynamicData

Properties

Id

The Identity of the item

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

Extension Methods