Share via


GitIntegration.QueryRefs Method

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

Syntax

'Declaration
<WebMethodAttribute> _
Public Function QueryRefs ( _
    repositoryId As Guid, _
    refTypeFilter As String _
) As TfsGitRef()
[WebMethodAttribute]
public TfsGitRef[] QueryRefs(
    Guid repositoryId,
    string refTypeFilter
)
[WebMethodAttribute]
public:
array<TfsGitRef^>^ QueryRefs(
    Guid repositoryId, 
    String^ refTypeFilter
)
[<WebMethodAttribute>]
member QueryRefs : 
        repositoryId:Guid * 
        refTypeFilter:string -> TfsGitRef[] 
public function QueryRefs(
    repositoryId : Guid, 
    refTypeFilter : String
) : TfsGitRef[]

Parameters

Return Value

Type: array<Microsoft.TeamFoundation.Git.Server.Serialization.TfsGitRef[]

.NET Framework Security

See Also

Reference

GitIntegration Class

Microsoft.TeamFoundation.Git.Server Namespace