WebCenter Interaction API  
 

IPTMyPortal.AssignGadgetsEx Method (Int32, Int32)

Assign 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 AssignGadgetsEx(
   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 | IPTMyPortal.AssignGadgetsEx Overload List