Click or drag to resize
CMSWebPartZoneRemoveVariantFromCache Method
Removes the variant from cache.

Namespace: CMS.PortalControls
Assembly: CMS.PortalControls (in CMS.PortalControls.dll) Version: 9.0.0
Syntax
C#
public virtual void RemoveVariantFromCache(
	int variantId
)

Parameters

variantId
Type: SystemInt32
The variant id
See Also