Plumtree Portal UI  
 

DisplayTree.BuildDisplayTree Method 

Builds the display tree from the portlet data. This is public for unit testing purposes, and should never be called by methods outside of this class.

public static IDisplayElement BuildDisplayTree(
   object[][] objArrMarkup
);

Parameters

objArrMarkup

Return Value

IDisplayElement The portlet display tree

See Also

DisplayTree Class | com.plumtree.portaluiinfrastructure.tags.displaytree Namespace