Aqualogic Interaction API  
 

IPTSearchResponse.GetResultApp Method 

Returns the application that indexed this result: one of PTPORTAL (portal items), PTCONTENT (Content Server), PTCONTENTTEMPLATE (Branding Engine), or PTCOLLAB (Collaboration Server).

string GetResultApp(
   int nRank
);

Parameters

nRank
Ungrouped result rank, in the range 0 to (GetReturnedResults()-1).

Return Value

one of PTPORTAL, PTCONTENT, PTCONTENTTEMPLATE, PTCOLLAB

See Also

IPTSearchResponse Interface | com.plumtree.server Namespace