Click or drag to resize

ExperimentEndingAction Enumeration

Stores a type of experiment ending action.

Namespace:  Dynamicweb.Analytics.Experiments
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public enum ExperimentEndingAction
Members
  Member nameValueDescription
KeepAllAndBestPublished1 Keep all versions with the best performing published
KeepBestAndDeleteOther2 Keep the best performing version and delete the other
DeleteAll3 Delete all in case if experiment is page based
See Also