Método TeamFoundationFileService.UploadFile (TeamFoundationRequestContext, Int32%, array<Byte[], Int64, Int64, CompressionType, Int64, array<Byte[], Int32, OwnerId, String, Int32)
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (em Microsoft.TeamFoundation.Framework.Server.dll)
Sintaxe
'Declaração
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
)
Parâmetros
- requestContext
Tipo: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- fileId
Tipo: System.Int32%
- hashValue
Tipo: array<System.Byte[]
- fileLength
Tipo: System.Int64
- compressedLength
Tipo: System.Int64
- compressionType
Tipo: Microsoft.TeamFoundation.Framework.Server.CompressionType
- offsetFrom
Tipo: System.Int64
- contentBlock
Tipo: array<System.Byte[]
- contentBlockLength
Tipo: System.Int32
- ownerId
Tipo: Microsoft.TeamFoundation.Framework.Server.OwnerId
- fileName
Tipo: System.String
- fileIdRelated
Tipo: System.Int32
Valor de retorno
Tipo: System.Boolean
Retorna Boolean.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.