Plumtree Portal UI  
 

FragmentListConverter.ConvertMarkupToList Method 

Converts an (evil) Object[][] markup array to an XPArrayList of IMarkupFragments.

public virtual XPArrayList ConvertMarkupToList(
   object[][] _objArrMarkup
);

Parameters

_objArrMarkup
an (evil) Object[][] markup array

Return Value

an XPArrayList of IMarkupFragments

See Also

FragmentListConverter Class | com.plumtree.portaluiinfrastructure.tags.xml Namespace