Aqualogic Interaction API  
 

IPTGadgetBundle.QueryGadgets Method 

Queries for gadgets in this Gadget bundle the user has at least READ access to.

IPTQueryResult QueryGadgets(
   object[] arGadgetTypes
);

Parameters

arGadgetTypes
Integer array of optional queryfilters on the GadgetType column, types defined in PT_GADGET_TYPES. Multiple entries are ORed. Pass in an empty array to return all types of gadgets.

Return Value

IPTQueryResult QueryResult with gadgets from this Gadget bundle with the following columns: PT_PROPIDS.PT_PROPID_OBJECTID; PT_PROPIDS.PT_PROPID_NAME; PT_PROPIDS.PT_PROPID_DESCRIPTION; PT_PROPIDS.PT_PROPID_ISLOCALIZED; PT_PROPIDS.PT_PROPID_FOLDERID; PT_PROPIDS.PT_PROPID_GADGET_ALIGNMENT; PT_PROPIDS.PT_PROPID_GADGET_GADGETTYPE; PT_PROPIDS.PT_PROPID_ACCESSLEVEL;

See Also

IPTGadgetBundle Interface | com.plumtree.server Namespace | PT_GADGET_TYPES | PT_PROPIDS