GetGroupByName Method
Gets a group by its name.
Required Permissions
UserRead if logged in user is a member of the group. Otherwise AdminUserRead is required.Syntax
public Group GetGroupByName(
System.string groupName
)Public Function GetGroupByName( _
ByVal groupName As System.String _
) As GroupParameters
| Name | Description |
|---|---|
| groupName | The name of the group. |
Return Value
The Group object.