Metoda TeamFoundationFileService.UploadFile — (TeamFoundationRequestContext, Int32%, array<Byte[], Int64, Int64, CompressionType, Int64, array<Byte , Int32, OwnerId, String, Int32)
Przestrzeń nazw: Microsoft.TeamFoundation.Framework.Server
Zestaw: Microsoft.TeamFoundation.Framework.Server (w Microsoft.TeamFoundation.Framework.Server.dll)
Składnia
'Deklaracja
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
)
Parametry
- requestContext
Typ: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- fileId
Typ: System.Int32%
- hashValue
Typ: array<System.Byte[]
- fileLength
Typ: System.Int64
- compressedLength
Typ: System.Int64
- compressionType
Typ: Microsoft.TeamFoundation.Framework.Server.CompressionType
- offsetFrom
Typ: System.Int64
- contentBlock
Typ: array<System.Byte[]
- contentBlockLength
Typ: System.Int32
- ownerId
Typ: Microsoft.TeamFoundation.Framework.Server.OwnerId
- fileName
Typ: System.String
- fileIdRelated
Typ: System.Int32
Wartość zwracana
Typ: System.Boolean
Returns Boolean.
Zabezpieczenia programu .NET Framework
- Pełne zaufanie do bezpośredniego wywołującego. Tego elementu członkowskiego nie można używać w kodzie częściowo zaufanym. Aby uzyskać więcej informacji, zobacz Przy użyciu bibliotek z częściowo zaufanego kodu..