Aqualogic Interaction API  
 

IPTSGroupInfo.getGroupLabel Method 

Returns a text label for this group. For the "all others" group, returns null.

If the group-by field was IPTSPortalCollection.FolderPath, this will be the folder name. If the group-by field was IPTSPlumtreeCollection.CategorizeableObjectType, this will be a code for the object type.. see the javadocs for that method for more details. For any other group-by field, this will be a single token in the field that is common to all members of the group.
string getGroupLabel();

Return Value

a textual label for this group

See Also

IPTSGroupInfo Interface | com.plumtree.server.search Namespace