Uiinfrastructure API Docs  
 

IAppWarmUpHelper.LoadManagers Method 

This method is used to initialize any additional managers. The difference between this method and the InitializeManagers method is that by this point customized activity spaces will have been loaded. Also, this method can be used to reload managers. If any manager fails to initialize properly, throw an XPException. This will cause the App WarmUp to fail and disable the portal.

ReturnValue LoadManagers(
   string strLibHomePath,
   string strBaseConfigDirectory
);

Parameters

strLibHomePath
strBaseConfigDirectory

See Also

IAppWarmUpHelper Interface | com.plumtree.uiinfrastructure.application Namespace