MVTestInfoProviderGetRunningTestInternal Method |
Gets the running multivariate test for a page.
Namespace: CMS.OnlineMarketingAssembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 8.2.23
Syntax protected virtual MVTestInfo GetRunningTestInternal(
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 multivariate test with the given parameters exists
Return Value
Type:
MVTestInfoSee Also