Share via


GitRefsController.GetRefs Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Namespace:  Microsoft.TeamFoundation.SourceControl.WebApi
Assembly:  Microsoft.TeamFoundation.SourceControl.WebApi (in Microsoft.TeamFoundation.SourceControl.WebApi.dll)

Syntax

'Declaration
Public Function GetRefs ( _
    repositoryId As String, _
    projectId As String, _
    refType As String _
) As IList(Of GitRef)
public IList<GitRef> GetRefs(
    string repositoryId,
    string projectId,
    string refType
)
public:
IList<GitRef^>^ GetRefs(
    String^ repositoryId, 
    String^ projectId, 
    String^ refType
)
member GetRefs : 
        repositoryId:string * 
        projectId:string * 
        refType:string -> IList<GitRef> 
public function GetRefs(
    repositoryId : String, 
    projectId : String, 
    refType : String
) : IList<GitRef>

Parameters

Return Value

Type: System.Collections.Generic.IList<GitRef>

.NET Framework Security

See Also

Reference

GitRefsController Class

Microsoft.TeamFoundation.SourceControl.WebApi Namespace