GitBlobsController.GetBlob 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 GetBlob ( _
    repositoryId As String, _
    sha1 As String, _
    projectId As String, _
    download As String, _
    fileName As String _
) As HttpResponseMessage
public HttpResponseMessage GetBlob(
    string repositoryId,
    string sha1,
    string projectId,
    string download,
    string fileName
)
public:
HttpResponseMessage^ GetBlob(
    String^ repositoryId, 
    String^ sha1, 
    String^ projectId, 
    String^ download, 
    String^ fileName
)
member GetBlob : 
        repositoryId:string * 
        sha1:string * 
        projectId:string * 
        download:string * 
        fileName:string -> HttpResponseMessage
public function GetBlob(
    repositoryId : String, 
    sha1 : String, 
    projectId : String, 
    download : String, 
    fileName : String
) : HttpResponseMessage

Parameters

Return Value

Type: System.Net.Http.HttpResponseMessage

.NET Framework Security

See Also

Reference

GitBlobsController Class

Microsoft.TeamFoundation.SourceControl.WebApi Namespace