Click or drag to resize

ExperimentGetExperimentById 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: SystemInt32
The id.

Return Value

Type: Experiment
See Also