MVTVariantInfoProviderGetMVTVariants Method (Int32, String, Guid, Int32) |
Gets the MVT variants.
Namespace: CMS.OnlineMarketingAssembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 8.2.23
Syntax public static InfoDataSet<MVTVariantInfo> GetMVTVariants(
int pageTemplateId,
string zoneId,
Guid instanceGuid,
int documentId
)
Parameters
- pageTemplateId
- Type: SystemInt32
The page template id - zoneId
- Type: SystemString
The zone id - instanceGuid
- Type: SystemGuid
The instance GUID - documentId
- Type: SystemInt32
The document id
Return Value
Type:
InfoDataSetMVTVariantInfoSee Also