Uiinfrastructure API Docs  
 

FactoryHelper.combineStringDictionaries Method

This method takes an ArrayList of StringDictionary objects, and combines all of the key/value pairs of all of these dictionaries into a single dictionary.

Overload List

This method takes an ArrayList of StringDictionary objects, and combines all of the key/value pairs of all of these dictionaries into a single dictionary.

public static XPStringDictionary combineStringDictionaries(IXPEnumerator);

Call this method to add two XPStringDictionary objects.

public static XPStringDictionary combineStringDictionaries(XPStringDictionary,XPStringDictionary);

See Also

FactoryHelper Class | com.plumtree.xpshared.htmlconstructs Namespace