Uiinfrastructure API Docs  
 

IAppWarmUpHelper.InitializeVarPacks Method 

This method is used to load custom var packs. This method will be called along with the other initialization methods. At this point, the base VarPacks and ResourceManager will have been loaded. The difference between this method and the LoadVarPacks method is that this method will only be called once, so put non-reloaded VarPacks here. 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 InitializeVarPacks(
   VarPackManager vpmVarPackManager,
   string strSettingsConfigFolder,
   string strPlatform
);

Parameters

vpmVarPackManager
strSettingsConfigFolder
strPlatform

See Also

IAppWarmUpHelper Interface | com.plumtree.uiinfrastructure.application Namespace