FindGroups(string searchTerm) Method
Searches the directory for groups related to the specified search term.
Syntax
public
virtual
IEnumerable<IUserDirectoryGroup> FindGroups(string searchTerm)
Parameters
- searchTerm
- Type: string
The search term.
Returns
Sequence of groups which are related to the specified search term.