Aqualogic Interaction API  
 

IPTObjectManager.SimpleQuery Method 

Return an IPTQueryResult containing information about all objects of this class that are stored in the indicated folder

IPTQueryResult SimpleQuery(
   int lFolderID,
   int OrderBy
);

Parameters

lFolderID
the folder whose contents are being queried, or -1 for all folders
OrderBy
a PT_PROPIDS to order the results by in ascending order

Return Value

a Query Result holding the results

See Also

IPTObjectManager Interface | com.plumtree.server Namespace | IPTQueryResult