WorkItemServer.DownloadFile Method
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Proxy
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Proxy (in Microsoft.TeamFoundation.WorkItemTracking.Proxy.dll)
Syntax
'Декларация
Public Function DownloadFile ( _
fileAttachmentId As Integer _
) As String
public string DownloadFile(
int fileAttachmentId
)
public:
String^ DownloadFile(
int fileAttachmentId
)
member DownloadFile :
fileAttachmentId:int -> string
public function DownloadFile(
fileAttachmentId : int
) : String
Parameters
- fileAttachmentId
Type: System.Int32
Return Value
Type: System.String
.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.