This documentation is archived and is not being maintained.

PendingChange::DownloadShelvedFile Method (String)

Downloads the shelved content for this pending change.

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

public:
void DownloadShelvedFile(
	String^ localFileName
)

Parameters

localFileName
Type: System::String

Local file in which to save the downloaded file contents.

ExceptionCondition
InvalidOperationException

The content is not a shelved pending change.

Throws an InvalidOperationException if this is not a shelved pending change.

Show: