Aqualogic Interaction API  
 

IPTSResult.getFieldAsString Method 

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

string getFieldAsString(
   IPTSField field
);

Return Value

value of the indicated field, as a String

See Also

IPTSResult Interface | com.plumtree.server.search Namespace