Click or drag to resize

View.GetViewsByExperimentID 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: System.Int32
The experiment ID.

Return Value

Type: List<View>
See Also