Click or drag to resize
MVTCombinationInfoProviderGetMVTCombinationInfo Method (Int32, String)
Returns MVT combination with the specified combination name and template id.

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

Parameters

pageTemplateId
Type: SystemInt32
The page template id.
combinationName
Type: SystemString
Code name of the combination.

Return Value

Type: MVTCombinationInfo
See Also