Aqualogic Interaction API  
 

IPTSearchResponse.GetFieldsAsObject Method 

Returns the value of a single field (property) in a single search result.

object GetFieldsAsObject(
   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].

Return Value

the property value; the property type determines the return type.

See Also

IPTSearchResponse Interface | com.plumtree.server Namespace