  | ExperimentEndingAction Enumeration | 
 
            Stores a type of experiment ending action.
            
 
    Namespace: 
   Dynamicweb.Analytics.Experiments
    Assembly:
   Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntaxpublic enum ExperimentEndingAction
Public Enumeration ExperimentEndingAction
Members| 
									 
								 | Member name | Value | Description | 
|---|
 | KeepAllAndBestPublished | 1 | 
            Keep all versions with the best performing published
             | 
 | KeepBestAndDeleteOther | 2 | 
            Keep the best performing version and delete the other
             | 
 | DeleteAll | 3 | 
            Delete all in case if experiment is page based
             | 
See Also