ProGet SDK Reference
Version:

IsMemberOfGroup(string groupName) Method

Returns a value indicating whether this user is a member of the specified group.

Syntax

public virtual bool IsMemberOfGroup(string groupName)

Parameters

groupName
Type: string

The group to test for membership in.

Returns

True if the user is a member of the group; otherwise false.