Uiinfrastructure API Docs  
 

IAppWarmUpHelper.LoadVarPacks Method 

This method is used to load custom var packs. The difference between this method and the Initialize VarPacks method is that by this point all of the non-customized initialization has been completed. Also, this method will be used to reload VarPacks. Add varpacks to the varpack manager as follows: varPackManager.AddVariablePackage(vpConfig); If any of the var packs fail to load, throw an XPException. This will cause the App WarmUp to fail and disable the portal.

ReturnValue LoadVarPacks(
   VarPackManager vpmVarPackManager,
   string strSettingsConfigFolder,
   string strPlatform
);

Parameters

vpmVarPackManager
strSettingsConfigFolder
strPlatform

See Also

IAppWarmUpHelper Interface | com.plumtree.uiinfrastructure.application Namespace