Click or drag to resize
MVTVariantInfoProviderGetMVTVariantsInternal Method (Int32)
Gets all the MVT variants for the specified template.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
protected virtual InfoDataSet<MVTVariantInfo> GetMVTVariantsInternal(
	int pageTemplateId
)

Parameters

pageTemplateId
Type: SystemInt32
The page template id

Return Value

Type: InfoDataSetMVTVariantInfo
See Also