Participant.find(name)

Searches for a participant. Finds and returns the participant with the given name. For example: // Managing another participant part2 = participant.find(name : "Part2")

Arguments:

Name Type Description Mode
name String name of a participant. in