WebCenter Interaction API  
 

IPTPage.AssignPortlets Method (Int32[], Int32)

Assign a list of Portlets to a column on the Page. It clears all Portlets from the column before adding the Portlets in the array.

void AssignPortlets(
   int[] arrPortletIDs,
   int nColumnID
);

Parameters

arrPortletIDs
- Array of Portlet IDs that are to be added
nColumnID
- Column ID in which to place all the Portlets

See Also

IPTPage Interface | com.plumtree.server Namespace | IPTPage.AssignPortlets Overload List