Share via


TeamFoundationFileService.UploadFile Method (TeamFoundationRequestContext, Stream, array<Byte , Int64, CompressionType, OwnerId, String, Int32)

Uploads the given file to the Blob Store

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

Syntax

'Declaration
Public Function UploadFile ( _
    requestContext As TeamFoundationRequestContext, _
    content As Stream, _
    hashValue As Byte(), _
    uncompressedLength As Long, _
    compressionType As CompressionType, _
    ownerId As OwnerId, _
    fileName As String, _
    relatedFileId As Integer _
) As Integer
public int UploadFile(
    TeamFoundationRequestContext requestContext,
    Stream content,
    byte[] hashValue,
    long uncompressedLength,
    CompressionType compressionType,
    OwnerId ownerId,
    string fileName,
    int relatedFileId
)
public:
int UploadFile(
    TeamFoundationRequestContext^ requestContext, 
    Stream^ content, 
    array<unsigned char>^ hashValue, 
    long long uncompressedLength, 
    CompressionType compressionType, 
    OwnerId ownerId, 
    String^ fileName, 
    int relatedFileId
)
member UploadFile : 
        requestContext:TeamFoundationRequestContext * 
        content:Stream * 
        hashValue:byte[] * 
        uncompressedLength:int64 * 
        compressionType:CompressionType * 
        ownerId:OwnerId * 
        fileName:string * 
        relatedFileId:int -> int
public function UploadFile(
    requestContext : TeamFoundationRequestContext, 
    content : Stream, 
    hashValue : byte[], 
    uncompressedLength : long, 
    compressionType : CompressionType, 
    ownerId : OwnerId, 
    fileName : String, 
    relatedFileId : int
) : int

Parameters

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

TeamFoundationFileService Class

UploadFile Overload

Microsoft.TeamFoundation.Framework.Server Namespace