|  | Aqualogic Interaction API | |
| IPTSearchResponse.GetFieldsAsString Method |
Returns the value of a single field (property) in a single search result.
This is the method to call if you want the name of a search result - pass PT_INTRINSICS.PT_PROPERTY_OBJECTNAME for nPropertyID.
string GetFieldsAsString(
int nRank,
int nPropertyID
);
Parameters
- nRank
- Ungrouped result rank, in the range 0 to (GetReturnedResults()-1).
- nPropertyID
- ID of the property desired, or one of the special-case pseudoproperties given by PT_INTRINSICS in the ranges [1,8] and [51,58]. Must be a text property.
Return Value
the property value.
See Also
IPTSearchResponse Interface | com.plumtree.server Namespace