Click or drag to resize

Experiment.GetExperimentById Method

Gets the experiment by id.

Namespace:  Dynamicweb.Analytics.Experiments
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public static Experiment GetExperimentById(
	int id
)

Parameters

id
Type: System.Int32
The id.

Return Value

Type: Experiment
See Also