MVTCombinationInfoProviderGetMVTCombinationInfo Method (Int32, String) |
Returns MVT combination with the specified combination name and template id.
Namespace: CMS.OnlineMarketingAssembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 12.0.0
Syntax 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:
MVTCombinationInfoSee Also