FindGroupsAsync(string searchTerm) Method

Searches the directory for groups related to the specified search term.

Syntax

public virtual Task<IEnumerable<IUserDirectoryGroup>> FindGroupsAsync(string searchTerm)

Parameters

searchTerm
Type: string

The search term.

Returns

Sequence of groups which are related to the specified search term.