|  | Aqualogic Interaction API | |
| IPTFederatedSearchAgent.GetFieldsAsInt Method |
Returns the value of a single field (property) of type int in a single search result.
int GetFieldsAsInt(
int lRowIndex,
int lPropID
);
Parameters
-
lRowIndex
- Result rank, in the range 0 to (GetMatchesReturned()-1).
-
lPropID
- 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 numeric property.
Return Value
the property value.
See Also
IPTFederatedSearchAgent Interface | com.plumtree.server Namespace