Assign a Portlet to a column on the page. It clears all Portlets from the column before adding the Portlet.
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);
IPTPage Interface | com.plumtree.server Namespace