WebCenter Interaction API  
 

IPTPage.AddPortlet Method 

Add a Portlet to a column on the Page. It adds this Portlet to the Portlets that are already in this column.

void AddPortlet(
   int nPortletID,
   int nColumnID
);

Parameters

nPortletID
- Portlet ID that is to be added
nColumnID
- Column ID in which to place the Portlet

See Also

IPTPage Interface | com.plumtree.server Namespace