MVTestInfoProviderGetRunningTest Method (String, Int32, String, Boolean) |
Gets the running multivariate test for the specified page.
Namespace: CMS.OnlineMarketingAssembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 8.2.23
Syntax public static MVTestInfo GetRunningTest(
string testPage,
int siteId,
string cultureCode,
out bool mvtTestExists
)
Parameters
- testPage
- Type: SystemString
The test page - siteId
- Type: SystemInt32
The site id - cultureCode
- Type: SystemString
The culture code - mvtTestExists
- Type: SystemBoolean
Returns a value indicating whether a mvt test with the given parameters exists
Return Value
Type:
MVTestInfoSee Also