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