|  | Aqualogic Interaction API | |
| IPTSearchResponse.GetResultInternalField Method |
Returns the value of one of several "internal fields" that don't correspond to properties and that aren't important enough to merit their own method. See the PT_SEARCH_INTERNAL_FIELD enumeration for a list of these.
string GetResultInternalField(
int nRank,
int nInternalFieldID
);
Parameters
-
nRank
- Ungrouped result rank, in the range 0 to (GetReturnedResults()-1).
-
nInternalFieldID
- Internal field ID, one of the members of PT_SEARCH_INTERNAL_FIELD.
Return Value
internal field value
See Also
IPTSearchResponse Interface | com.plumtree.server Namespace