Share via


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

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

Syntax

'Declaration
Public Function UploadFile ( _
    requestContext As TeamFoundationRequestContext, _
    ByRef fileId As Integer, _
    hashValue As Byte(), _
    fileLength As Long, _
    compressedLength As Long, _
    compressionType As CompressionType, _
    offsetFrom As Long, _
    contentBlock As Byte(), _
    contentBlockLength As Integer, _
    ownerId As OwnerId, _
    fileName As String, _
    fileIdRelated As Integer _
) As Boolean
public bool UploadFile(
    TeamFoundationRequestContext requestContext,
    ref int fileId,
    byte[] hashValue,
    long fileLength,
    long compressedLength,
    CompressionType compressionType,
    long offsetFrom,
    byte[] contentBlock,
    int contentBlockLength,
    OwnerId ownerId,
    string fileName,
    int fileIdRelated
)
public:
bool UploadFile(
    TeamFoundationRequestContext^ requestContext, 
    int% fileId, 
    array<unsigned char>^ hashValue, 
    long long fileLength, 
    long long compressedLength, 
    CompressionType compressionType, 
    long long offsetFrom, 
    array<unsigned char>^ contentBlock, 
    int contentBlockLength, 
    OwnerId ownerId, 
    String^ fileName, 
    int fileIdRelated
)
member UploadFile : 
        requestContext:TeamFoundationRequestContext * 
        fileId:int byref * 
        hashValue:byte[] * 
        fileLength:int64 * 
        compressedLength:int64 * 
        compressionType:CompressionType * 
        offsetFrom:int64 * 
        contentBlock:byte[] * 
        contentBlockLength:int * 
        ownerId:OwnerId * 
        fileName:string * 
        fileIdRelated:int -> bool
public function UploadFile(
    requestContext : TeamFoundationRequestContext, 
    fileId : int, 
    hashValue : byte[], 
    fileLength : long, 
    compressedLength : long, 
    compressionType : CompressionType, 
    offsetFrom : long, 
    contentBlock : byte[], 
    contentBlockLength : int, 
    ownerId : OwnerId, 
    fileName : String, 
    fileIdRelated : int
) : boolean

Parameters

Return Value

Type: System.Boolean
Returns Boolean.

.NET Framework Security

See Also

Reference

TeamFoundationFileService Class

UploadFile Overload

Microsoft.TeamFoundation.Framework.Server Namespace