| | WebCenter Interaction API | |
| IPTMyPortal.AssignGadgetsEx Method (Int32[], Int32) |
Assign a list of gadgets to a column on the page that this IPTMyPortal represents. It adds this list to the gadgets that are already in this column.
void AssignGadgetsEx(
int[] arrGadgetIDs,
int nColumnID
);
Parameters
-
arrGadgetIDs
- - array of gadget ids that are to be added
-
nColumnID
- - column id in which to place all the gadgets
See Also
IPTMyPortal Interface | com.plumtree.server Namespace | IPTMyPortal.AssignGadgetsEx Overload List