Condividi tramite


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

Spazio dei nomi:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Sintassi

'Dichiarazione
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
)

Parametri

Valore restituito

Tipo: System.Boolean
Restituisca il valore Boolean.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

TeamFoundationFileService Classe

Overload UploadFile

Spazio dei nomi Microsoft.TeamFoundation.Framework.Server