Plumtree Portal UI  
 

FragmentListConverter.ConvertListToMarkup Method 

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

public virtual object[][] ConvertListToMarkup(
   XPArrayList _fragments
);

Parameters

_fragments
an XPArrayList of IMarkupFragments

Return Value

an (evil) Object[][] markup array

See Also

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