This documentation is archived and is not being maintained.

Workspace::TryGetLocalItemForServerItem Method (String)

Gets the corresponding local item for the specified server item.

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

public:
String^ TryGetLocalItemForServerItem(
	String^ serverItem
)

Parameters

serverItem
Type: System::String

The server item.

Return Value

Type: System::String
The corresponding local item for the specified server item.

First shipped in TFS 2005

Show: