MVTCombinationInfoProviderIsMVTCombinationValidInternal Method |
Checks whether MVT combination is assigned to a specified multivariate test and the multivariate test is running.
Namespace: CMS.OnlineMarketingAssembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 12.0.0
Syntax protected virtual bool IsMVTCombinationValidInternal(
string combinationName,
string testName,
string siteName,
string culture
)
Parameters
- combinationName
- Type: SystemString
Combination name - testName
- Type: SystemString
Test name - siteName
- Type: SystemString
Site name - culture
- Type: SystemString
Culture code
Return Value
Type:
BooleanSee Also