Plumtree Portal UI  
 

ATagInfrastructure.Release Method 

The Tag Container uses this method to release all data stored in this tag to prevent excess memory retention and to prepare the tag for reuse. After this method is called, the tag should be able to be re-initialized and used again. This method should not be used by Tag developers. ReleaseTag() should be used instead. Framework Helper Method

public virtual void Release();

See Also

ATagInfrastructure Class | com.plumtree.portaluiinfrastructure.tags.helper Namespace