Plumtree Portal UI  
 

ITagLibManager.ReloadTagLibrary Method 

This method reloads a particular version of a tag library from the same library file (i.e. jar or dll) that it was originally loaded from.

void ReloadTagLibrary(
   string _sLibname,
   double _dVersion
);

Parameters

_sLibname
String The name of the library to reload (not display name).
_dVersion
double The version number of the library to reload.

See Also

ITagLibManager Interface | com.plumtree.portaluiinfrastructure.tags.manager Namespace