MVTVariantInfoProvider.GetMVTVariantsInternal Method (Int32, Int32) |
Gets pairs "MVTVariantInstanceGUID, MVTVariantGUID" which represent web part instances and their variant GUID for the specified combination.
Namespace: CMS.OnlineMarketingAssembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntaxprotected 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