Click or drag to resize
MVTCombinationInfoProviderIsMVTCombinationValidInternal Method
Checks whether MVT combination is assigned to a specified multivariate test and the multivariate test is running.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
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: Boolean
See Also