Aqualogic Interaction API  
 

IPTSResult.getFieldAsBoolean Method 

Returns the value of a boolean IPTSField. Throws a PTSNoFieldValueException if the field is not defined for this result.

bool getFieldAsBoolean(
   IPTSField field
);

Return Value

value of the indicated field, as boolean

See Also

IPTSResult Interface | com.plumtree.server.search Namespace