Aqualogic Interaction API  
 

IPTMyPortal.AddGadgetEx Method 

Add a gadget to a column on the page that this IPTMyPortal represents. It adds this gadget to the gadgets that are already in this column.

void AddGadgetEx(
   int nGadgetID,
   int nColumnID
);

Parameters

nGadgetID
- gadget id that is to be added
nColumnID
- column id in which to place the gadget

See Also

IPTMyPortal Interface | com.plumtree.server Namespace