Plumtree Portal UI  
 

ITagLibManager.LoadClasses Method 

This method initializes the TagLibManager and should only be called by the Application Warmup. This method can only be called once.

void LoadClasses(
   string strLibDir,
   string strConfigFile
);

Parameters

strLibDir
The file directory where jars and dlls can be found
strConfigFile
the name of the config file

See Also

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