| MVTVariantInfoProviderLoadMVTVariantsInternal Method  | 
            Loads the MVT variants for the specified instance (web part/zone/widget).
            Return true, if the variants were successfully loaded. 
            
 
Namespace: CMS.OnlineMarketingAssembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 8.2.23
Syntaxprotected virtual bool LoadMVTVariantsInternal(
	Object instance,
	bool isZone
)
Parameters
- instance
 - Type: SystemObject
The instance - isZone
 - Type: SystemBoolean
Indicates if the parameter instance object is a zone 
Return Value
Type: 
BooleanTrue, if the variants were successfully loaded. False, if it was not possible to load variants, for example due to missing information in the instance.
See Also