PendingChange.DownloadBaseFile Method

Downloads the content of the version of the file against which the change was pended.

Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)

Syntax

'Declaration
Public Function DownloadBaseFile As Stream
public Stream DownloadBaseFile()
public:
Stream^ DownloadBaseFile()
member DownloadBaseFile : unit -> Stream
public function DownloadBaseFile() : Stream

Return Value

Type: System.IO.Stream
A stream that contains the base file contents

.NET Framework Security

See Also

Reference

PendingChange Class

DownloadBaseFile Overload

Microsoft.TeamFoundation.VersionControl.Client Namespace