Uiinfrastructure API Docs  
 

IAppWarmUpHelper.LoadObjects Method 

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

ReturnValue LoadObjects(
   ConfigVarPack vpConfig,
   string strApplicationName,
   string strImageServerBaseURL,
   string strSecureImageServerBaseURL,
   CachingManager cmCachingManager
);

Parameters

vpConfig
strApplicationName
strImageServerBaseURL
strSecureImageServerBaseURL
cmCachingManager

See Also

IAppWarmUpHelper Interface | com.plumtree.uiinfrastructure.application Namespace