Share via


TeamFoundationVersionControlService.QueryRepositoryInformation Method

Retrieves detailed information about the version control service on this Team Project Collection.

This information includes: -> Number of version control identities -> Number of workspaces -> Number of shelvesets -> Number of files in version control at version T -> Number of folders in version control at version T -> Number of changesets committed -> Total number of pending changes in all workspaces and shelvesets

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

Syntax

'Declaration
Public Function QueryRepositoryInformation ( _
    requestContext As TeamFoundationRequestContext _
) As AdminRepositoryInfo
public AdminRepositoryInfo QueryRepositoryInformation(
    TeamFoundationRequestContext requestContext
)
public:
AdminRepositoryInfo^ QueryRepositoryInformation(
    TeamFoundationRequestContext^ requestContext
)
member QueryRepositoryInformation : 
        requestContext:TeamFoundationRequestContext -> AdminRepositoryInfo
public function QueryRepositoryInformation(
    requestContext : TeamFoundationRequestContext
) : AdminRepositoryInfo

Parameters

Return Value

Type: Microsoft.TeamFoundation.VersionControl.Server.AdminRepositoryInfo
An AdminRepositoryInfo object containing the relevant information

.NET Framework Security

See Also

Reference

TeamFoundationVersionControlService Class

Microsoft.TeamFoundation.VersionControl.Server Namespace