Click or drag to resize
MVTVariantInfoProviderGetMVTVariants 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#
public static InfoDataSet<MVTVariantInfo> GetMVTVariants(
	int pageTemplateId,
	int combinationId
)

Parameters

pageTemplateId
Type: SystemInt32
The page template id
combinationId
Type: SystemInt32
The combination id

Return Value

Type: InfoDataSetMVTVariantInfo
See Also