Plumtree Portal UI  
 

PTMultiColumnListModel.SetDisplayObjects Method 

Sets the array of objects to display in the tree. (Only those objects will be display in the tree.) The array in argument should be in the following format: classid1,objectid1,classid2,objectid2....

public virtual void SetDisplayObjects(
   string _sDisplayObjects
);

Parameters

_sDisplayObjects

See Also

PTMultiColumnListModel Class | com.plumtree.portaluiinfrastructure.ptmulticolumnlist Namespace