WebCenter Interaction API  
 

IPTSPortalCollection.userTypes Method 

Special factory method to make a query that returns users of specific types. At least one of wantRegularUsers and wantGuestUsers must be true.

IPTSQuery userTypes(
   bool wantRegularUsers,
   bool wantGuestUsers
);

Parameters

wantRegularUsers
true if non-guest users should be returned by this query.
wantGuestUsers
true if guest users should be returned by this query.

See Also

IPTSPortalCollection Interface | com.plumtree.server.search.ptapps Namespace