| MVTCombinationInfoProviderGetCombinationsForTemplateInternal Method  | 
            Returns dataset of MVT combinations for the specified page template.
            
 
Namespace: CMS.OnlineMarketingAssembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 8.2.23
Syntaxprotected virtual InfoDataSet<MVTCombinationInfo> GetCombinationsForTemplateInternal(
	int pageTemplateId,
	bool enabledOnly
)
Parameters
- pageTemplateId
 - Type: SystemInt32
Page template id - enabledOnly
 - Type: SystemBoolean
Indicates whether only enabled should be loaded 
Return Value
Type: 
InfoDataSetMVTCombinationInfo
See Also