Returns all the enabled human participants whose display names match the given pattern.
The search pattern use the following rules: the '*' is the wild card, if you want to use a '*' not as wild card, use '\*'.
allMarys = myPart1.fetchMatchingName(session : mySession,
partialName : "Mary*")
| Name | Type | Description | Mode |
|---|---|---|---|
| session | Fuego.Fdi.DirectorySession | an active session with the directory provider | in |
| partialName | String | the name of the human participant to look for | in |
| max | Int | maximum number of participants to retrieve | in |