WebCenter Interaction API  
 

IPTPage.AssignPortlets Method

Assign a Portlet to a column on the page. It clears all Portlets from the column before adding the Portlet.

Overload List

Assign a Portlet to a column on the page. It clears all Portlets from the column before adding the Portlet.

void AssignPortlets(int,int);

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[],int);

See Also

IPTPage Interface | com.plumtree.server Namespace