Uiinfrastructure API Docs  
 

AppWarmUp.Init Method 

This is the main method used to initialize the Portal Application. There are three steps to getting the Portal up and running. First, we perform any preinitialization checks. If the checks succeed, we initialize our Portal. When initialization is complete, we finally load any customized objects that we have. The difference between the initialization and loading steps is that the loading steps can be invoked again for reloading purposes. The initializations steps are not designed to be rerun.

public static void Init(
   string _strApplicationName
);

Parameters

_strApplicationName
Name to give to this Application.

See Also

AppWarmUp Class | com.plumtree.uiinfrastructure.application Namespace