TeamFoundationStrongBoxService.UploadFile Method (TeamFoundationRequestContext, Guid, String, Stream)
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Sub UploadFile ( _
requestContext As TeamFoundationRequestContext, _
drawerId As Guid, _
lookupKey As String, _
content As Stream _
)
public void UploadFile(
TeamFoundationRequestContext requestContext,
Guid drawerId,
string lookupKey,
Stream content
)
public:
void UploadFile(
TeamFoundationRequestContext^ requestContext,
Guid drawerId,
String^ lookupKey,
Stream^ content
)
member UploadFile :
requestContext:TeamFoundationRequestContext *
drawerId:Guid *
lookupKey:string *
content:Stream -> unit
public function UploadFile(
requestContext : TeamFoundationRequestContext,
drawerId : Guid,
lookupKey : String,
content : Stream
)
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- drawerId
Type: System.Guid
- lookupKey
Type: System.String
- content
Type: System.IO.Stream
.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.