Uiinfrastructure API Docs  
 

IAppWarmUpHelper.LoadConfigVarPack Method 

This method loads a custom config var pack that will be used to initialize the rest of the application. To use the standard config var pack, simply return null from this method. In order for the config varpack to be recognized correctly by the application, it must use the following varpack ID: com.plumtree.uiinfrastructure.application.varpacks.ConfigVarPack.VARPACK_ID If the config var pack fails to load, throw an XPException. This will cause the App WarmUp to fail and disable the portal.

ConfigVarPack LoadConfigVarPack(
   string strSettingsConfigFolder,
   string strPlatform
);

Parameters

strSettingsConfigFolder
strPlatform

Return Value

ConfigVarPack the ConfigVarPack to use

See Also

IAppWarmUpHelper Interface | com.plumtree.uiinfrastructure.application Namespace