Aqualogic Interaction API  
 

IPTFederatedSearchAgent.GetCardImageURL Method 

Returns a URL for an icon associated with a particular result's type.

string GetCardImageURL(
   int lRowIndex,
   string bstrImageServerURL
);

Parameters

lRowIndex
Result rank, in the range 0 to (GetMatchesReturned()-1).
bstrImageServerURL
Base URL to the image server.

Return Value

complete icon URL, or null or empty string if unknown

See Also

IPTFederatedSearchAgent Interface | com.plumtree.server Namespace