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

Namespace: CMS.PortalEngine.Web.UI
Assembly: CMS.PortalEngine.Web.UI (in CMS.PortalEngine.Web.UI.dll) Version: 11.0.0
Syntax
C#
public virtual void RemoveVariantFromCache(
	int variantId
)

Parameters

variantId
Type: SystemInt32
The variant id
See Also