Table of Contents

Enum ExperimentType

Namespace
Dynamicweb.Frontend
Assembly
Dynamicweb.dll
ExperimentType specifies the type of split test experiment is executed on a given page
public enum ExperimentType

Fields

Content = 2
Specified that the experiment is a test of different content blocks
Page = 1
Specifies that the experiment is a test of different pages
To top