Click or drag to resize
MVTVariantInfoProvider.GetMVTVariantsInternal Method (Int32, Int32)
Gets pairs "MVTVariantInstanceGUID, MVTVariantGUID" which represent web part instances and their variant GUID for the specified combination.

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

Parameters

pageTemplateId
Type: System.Int32
The page template id
combinationId
Type: System.Int32
The combination id

Return Value

Type: InfoDataSet<MVTVariantInfo>
See Also