Plumtree Portal UI  
 

ATagInfrastructure.InitForDisplay Method 

The Tag Container uses this method to initialize the Tag with all of the data it needs for display. This is called before the tag is used the first time, and before it is used after every Release call. Framework Helper Method

public virtual void InitForDisplay(
   TagHelper _helper
);

Parameters

_helper

See Also

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