TeamFoundationFileService.UploadFile Method (TeamFoundationRequestContext, array<Byte[], array<Byte )
Uploads the given file to the Blob Store
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Function UploadFile ( _
requestContext As TeamFoundationRequestContext, _
content As Byte(), _
hashValue As Byte() _
) As Integer
public int UploadFile(
TeamFoundationRequestContext requestContext,
byte[] content,
byte[] hashValue
)
public:
int UploadFile(
TeamFoundationRequestContext^ requestContext,
array<unsigned char>^ content,
array<unsigned char>^ hashValue
)
member UploadFile :
requestContext:TeamFoundationRequestContext *
content:byte[] *
hashValue:byte[] -> int
public function UploadFile(
requestContext : TeamFoundationRequestContext,
content : byte[],
hashValue : byte[]
) : int
Parameters
requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContextSystem/User Request Context
content
Type: array<System.Byte[]uncompressed content
hashValue
Type: array<System.Byte[]MD5 hash for this blob
Return Value
Type: System.Int32
a file identifier
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.