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