Aqualogic Interaction API  
 

IPTAdminFolder.QueryObjects Method 

Queries objects that are in this folder based on class ids. Queries can be either secure (only returns objects the current user has access to), or insecure. The resulting IPTQueryResult will have 2 pieces of information: PT_PROPID_CLASS and PT_PROPID_OBJECTID.

IPTQueryResult QueryObjects(
   bool bSecureCountOnly
);

Parameters

bSecureCountOnly
secure or insecure queries supported

Return Value

IPTQueryResult

See Also

IPTAdminFolder Interface | com.plumtree.server Namespace