Aqualogic Interaction API  
 

IPTGadgetTemplate.CreateGadgetInstance Method 

Creates an instance of this gadget template object which can then be stored in the database.

IPTGadget CreateGadgetInstance(
   IPTSession pUserSession,
   int lFolderID,
   int lCommunityID
);

Parameters

pUserSession
lFolderID
- admin folder ID where the object is to be created
lCommunityID
- community ID for the community the gadget will be created in, or zero if not applicable

Return Value

IPTGadget reference to new instance

See Also

IPTGadgetTemplate Interface | com.plumtree.server Namespace