Description:

Finds a Group given its name.

Syntax:
public Group FindName(
string name
)
Parameters:
  • name
  • Type: string
  • The name of the Group to be searched.
Returns:
Type: Group
A Group, or None on error.
Available since:
6.5

Nothing found