Click or drag to resize
MVTCombinationInfoProvider.IsMVTCombinationValid Method
Checks whether the specified 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: 12.0.0
Syntax
C#
public static bool IsMVTCombinationValid(
	string combinationName,
	string testName,
	string siteName,
	string culture
)

Parameters

combinationName
Type: System.String
Combination name
testName
Type: System.String
Test name
siteName
Type: System.String
Site name
culture
Type: System.String
Culture code

Return Value

Type: Boolean
See Also