|  | Plumtree Tags API | |
| ATag.ReleaseTag Method |
This method releases all data stored in this tag to prevent excess memory retention and to prepare the tag for reuse. This method should return the tag to the state it was in immediately after the Create() method was called. After this method is called, the tag should be able to be re-initialized and used again.
All tags that store custom data as member variables should override this method and release the data here. If a tag does not store custom data as member variables, then there is no need to override this method.
Tag methods will not be functional during execution of this method (E.G. tag.GetEnvironment, etc... will not work). Default Tag Method
public override
void ReleaseTag();
See Also
ATag Class | com.plumtree.portaluiinfrastructure.tags Namespace