This documentation is archived and is not being maintained.

ITeamFoundationTeamService Interface

Visual Studio 2013

Namespace:  Microsoft.TeamFoundation.Server.Core
Assembly:  Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)

'Declaration
<DefaultServiceImplementationAttribute(GetType(TeamFoundationTeamService))> _
Public Interface ITeamFoundationTeamService _
	Inherits ITeamFoundationService

The ITeamFoundationTeamService type exposes the following members.

  NameDescription
Public methodCheckTeamName
Public methodCreateTeamCreates a Team on server with optional properties.
Public methodGetDefaultTeamGets default team for the project.
Public methodGetDefaultTeamIdReturns default team ID for the project.
Public methodGetTeamAdminsGets all the identities that are administrators of the give Team group identity.
Public methodHasTeamPermissionDetermines whether or not a user has the specified permission on this team.
Public methodIsDefaultTeamChecks to see if identity is a default team for project it is associated with.
Public methodIsValidTeamName
Public methodQueryTeams(TeamFoundationRequestContext, IdentityDescriptor)Queries all Team groups that given user is a member of.
Public methodQueryTeams(TeamFoundationRequestContext, Dictionary(Of String, Guid))
Public methodQueryTeams(TeamFoundationRequestContext, String)Queries all Team groups in given project.
Public methodReadTeam(TeamFoundationRequestContext, IdentityDescriptor, IEnumerable(Of String))
Public methodReadTeam(TeamFoundationRequestContext, Guid, IEnumerable(Of String))
Public methodReadTeam(TeamFoundationRequestContext, String, String, IEnumerable(Of String))Reads team group by name in given project.
Public methodReadTeamMembersGets team member identities.
Public methodReadTeamsReads team groups by TeamFoundationId.
Public methodServiceEndServiceEnd is called when the Host is being Shutdown and this service should free all resources it is holding onto. (Inherited from ITeamFoundationService.)
Public methodServiceStartServiceStart is called when the service is initialized. If the service is intialized asynchronously it must implement Service_Ready which is used to determine when the service is ready for users to access it. (Inherited from ITeamFoundationService.)
Public methodSetDefaultTeamSets default team for the project.
Public methodSetDefaultTeamIdSets default team for the project.
Public methodUpdateTeamUpdates underlying identity properties.
Top
Show: