Aqualogic Interaction API  
 

IPTCommunityManager.QueryCommunitiesForGadget Method 

Returns a query result of object IDs for the communities that contain the given gadget.

IPTQueryResult QueryCommunitiesForGadget(
   int nGadgetID
);

Parameters

nGadgetID
ID of the gadget to query for.

Return Value

IPTQueryResult Communities that contains the specified gadget with these columns: PT_PROPIDS.PT_PROPID_OBJECTID, PT_PROPIDS.PT_PROPID_NAME

See Also

IPTCommunityManager Interface | com.plumtree.server Namespace | PT_PROPIDS