Aqualogic Interaction API  
 

IPTSearchResponse.GetGroupLabel Method 

Returns a label for a single group. If results were categorized by folder, this will be a localized name for a single folder, or "Unknown Folder" if the folder lookup fails. If results were categorized by object type, this method will return a string like "PTCOMMUNITY" that must be mapped to a localized equivalent before being displayed to an end user.

string GetGroupLabel(
   int nGroupIndex
);

Parameters

nGroupIndex
Desired group, from 0 to (GetNumGroups()-1).

Return Value

label for group

See Also

IPTSearchResponse Interface | com.plumtree.server Namespace