Aqualogic Interaction API  
 

IPTSResult.getFieldExists Method 

Returns whether or not the field exists in this result. NOTE: Fields can not exist because they were not queried for, they were not indexed because they contain a null or empty string value, or because the calling code is trying to get an invalid field in this result.

bool getFieldExists(
   IPTSField field
);

Return Value

whether or not the field exists.

See Also

IPTSResult Interface | com.plumtree.server.search Namespace