MVTVariantInfoProviderGetMVTVariantsInternal 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: 8.2.23
Syntax protected virtual InfoDataSet<MVTVariantInfo> GetMVTVariantsInternal(
int pageTemplateId,
int combinationId
)
Parameters
- pageTemplateId
- Type: SystemInt32
The page template id - combinationId
- Type: SystemInt32
The combination id
Return Value
Type:
InfoDataSetMVTVariantInfoSee Also