TeamFoundationStrongBoxService.UploadFile-Methode (TeamFoundationRequestContext, Guid, String, Stream)
Namespace: Microsoft.TeamFoundation.Framework.Server.Alm
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
)
Parameter
- requestContext
Typ: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- drawerId
Typ: System.Guid
- lookupKey
Typ: System.String
- content
Typ: System.IO.Stream
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.