|  | Aqualogic Interaction API | |
| IPTFederatedSearchAgent.GetFieldsAsObject Method |
Returns the value of a single field (property) in a single search result. Actual underlying result type depends on the property type.
object GetFieldsAsObject(
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].
Return Value
the property value.
See Also
IPTFederatedSearchAgent Interface | com.plumtree.server Namespace