Click or drag to resize
MVTCombinationInfoProviderGetMVTCombinationInfo Method (String, String, String, String)
Returns MVT combination with the specified parameters.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
public static MVTCombinationInfo GetMVTCombinationInfo(
	string aliasPath,
	string combinationName,
	string siteName,
	string culture
)

Parameters

aliasPath
Type: SystemString
Alias path
combinationName
Type: SystemString
Combination name
siteName
Type: SystemString
Site name
culture
Type: SystemString
Culture code

Return Value

Type: MVTCombinationInfo
See Also