Aqualogic Interaction API  
 

IPTPageTemplate.AssignGadgetsEx Method 

Assign a list of gadgets to a column in the current page template. It adds this list to the gadgets that are already in this column.

void AssignGadgetsEx(
   int[] arrGadgetIDs,
   int nGadgetColumn
);

Parameters

arrGadgetIDs
- array of gadget ids that are to be added
nGadgetColumn
- column id in which to place all the gadgets

See Also

IPTPageTemplate Interface | com.plumtree.server Namespace