Click or drag to resize
MVTCombinationInfoProviderGetCombinationsForTemplate Method
Returns dataset of MVT combinations for the specified page template.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
public static InfoDataSet<MVTCombinationInfo> GetCombinationsForTemplate(
	int pageTemplateId,
	bool enabledOnly
)

Parameters

pageTemplateId
Type: SystemInt32
PageTemplate id parameter
enabledOnly
Type: SystemBoolean
Indicates whether only enabled combinations should be loaded

Return Value

Type: InfoDataSetMVTCombinationInfo
See Also