GetGroupMembersAsync(string groupName) Method

Returns an enumeration of IUserDirectoryUser for the group with the specified name.

Syntax

public virtual Task<IEnumerable<IUserDirectoryUser>> GetGroupMembersAsync(string groupName)

Parameters

groupName
Type: string

Name of the group.