Plumtree Portal UI  
 

TagMetaDataHelper.Init Method 

This method uses reflection to discover all of the meta data about this tag and caches it for quick lookup in the future. This method is only called once per tag class when the class is loaded. Framework Helper Method

public virtual bool Init(
   ATag _Tag,
   TagLibraryMetaData _TagLibMetaData
);

Return Value

boolean false means that the meta data was unable to be initialized properly, and this tag cannot be used.

See Also

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