Try our conversational search powered by Generative AI!

Enum SynchronizationStatus

Specifies the state after comparison between previously stored settings for an entity and current entity.

Namespace: EPiServer.DataAbstraction.RuntimeModel
Assembly: EPiServer.dll
Version: 11.20.7
Syntax
public enum SynchronizationStatus

Fields

Name Description
Conflict

The stored entity settings has a conflict with state on current entity.

Deleted

There is no entity with stored settings.

EarlierVersion

The stored entity settings has a newer version that the current entity based on Major and Minor.

InSynch

The stored entity settings is the same as the current entity.

New

The setting for the entity has not been stored previously.

NotAnalyzed

The comparison has not yet been performed.

Extension Methods