| 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
)
Public Shared Function GetExperimentByPageID (
PageID As Integer
) As Experiment
Parameters
- PageID
- Type: SystemInt32
The page ID.
Return Value
Type:
ExperimentSee Also