Plumtree Portal UI  
 

PTMultiColumnListModel.SetHiddenObjects Method 

Populates m_strObjectsToHide, a comma-delimited list of classid/objectid pairs. The format of the string is as follows: ClassID1,ObjectID1, ClassID2,ObjectID2, etc..

public virtual void SetHiddenObjects(
   int[][] _anClassIDObjectID
);

Parameters

_anClassIDObjectID
- a two dimensional array of classID's and ObjectID's. Objects specified will be hidden from display in the tree's output.

See Also

PTMultiColumnListModel Class | com.plumtree.portaluiinfrastructure.ptmulticolumnlist Namespace