Click or drag to resize

ViewGetViewsByExperimentID Method

Gets the views by experiment ID.

Namespace:  Dynamicweb.Analytics.Experiments
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public static List<View> GetViewsByExperimentID(
	int ExperimentID
)

Parameters

ExperimentID
Type: SystemInt32
The experiment ID.

Return Value

Type: ListView
See Also