Freigeben über


TeamFoundationFileService.UploadFile-Methode (TeamFoundationRequestContext, array<Byte[])

Lädt die angegebene Datei dem Blob-Speicher hoch

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

Syntax

'Declaration
Public Overridable Function UploadFile ( _
    requestContext As TeamFoundationRequestContext, _
    content As Byte() _
) As Integer
public virtual int UploadFile(
    TeamFoundationRequestContext requestContext,
    byte[] content
)

Parameter

  • content
    Typ: array<System.Byte[]
    dekomprimierten Inhalt

Rückgabewert

Typ: System.Int32
ein Dateikennzeichen

.NET Framework-Sicherheit

Siehe auch

Referenz

TeamFoundationFileService Klasse

UploadFile-Überladung

Microsoft.TeamFoundation.Framework.Server-Namespace