Click or drag to resize

ExperimentGetExperimentByPageID Method

Gets the experiment by page ID.

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

Parameters

PageID
Type: SystemInt32
The page ID.

Return Value

Type: Experiment
See Also