ClientService.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

Return Value

Type: System.String

.NET Framework Security

See Also

Reference

ClientService Class

Microsoft.TeamFoundation.WorkItemTracking.Proxy Namespace