ucRelationshipGroupReplayHelp returns a string which is the content of the help description for the replay functionality that is displayed on the Manage Relationship Groups Screen.
Relationship Group Methods
public String ucRelationshipGroupReplayHelp (
SesameSession session) // Session object
public String ucRelationshipGroupReplayHelp(SesameSession session) {
return null;
}