Uiinfrastructure API Docs  
 

XMLBaseVarPack.LoadSettingsIntoXPHashtable Method 

Helper method to load the settings from the XML file and put them in a XPHashtable. This Hashtable will be used for the Memory Debug page where we need to be able to iterate through the keys and display all the name/value pairs. This can be overridden if the XML file has a different format.

protected virtual void LoadSettingsIntoXPHashtable(
   XPDocument xmlDoc
);

See Also

XMLBaseVarPack Class | com.plumtree.uiinfrastructure.application.varpacks Namespace