Uiinfrastructure API Docs  
 

LoadCustomLoads.ConvertOldPEIInterfaces Method 

Helper that converts older PEI interfaces into new PEI interfaces using helper objects that wrap both types of interfaces. TODO: This conversion should probably be specified in the xml file used to load the PEI so this can be done automatically in the future instead of hardcoding it here.

public static void ConvertOldPEIInterfaces(
   IApplication app
);

Parameters

app

See Also

LoadCustomLoads Class | com.plumtree.uiinfrastructure.application.startup Namespace