Autodesk Vault ProfessionalVault API

GetGroupByName Method

Autodesk.Connectivity.WebServicesAdminService

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 Group

Parameters

NameDescription
groupNameThe name of the group.

Return Value

The Group object.

See Also