BuildMaster SDK Reference
Version:
GetGroupMembers(string groupName) Method
Enumerates members of the specified group name.
Syntax
public
abstract
IEnumerable<IUserDirectoryUser> GetGroupMembers(string groupName)
Parameters
- groupName
- Type: string
The name of the group.
Returns
A corresponding System.Collections.Generic.IEnumerable`1 containing the members
of the group. The result can empty if there are no group members or the group does not exist.