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

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

Parameters

variantId
Type: SystemInt32
The variant id
See Also