This documentation is archived and is not being maintained.

Workspace::TryGetServerItemForLocalItem Method (String, array<WorkingFolder>, Boolean)

Gets the corresponding server item for a local item.

Does not throw ItemNotMappedException or ItemCloakedException.

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

public:
static String^ TryGetServerItemForLocalItem(
	String^ localItem, 
	array<WorkingFolder^>^ folders, 
	bool detectImplicitCloak
)

Parameters

localItem
Type: System::String

The local item to translate

folders
Type: array<Microsoft.TeamFoundation.VersionControl.Client::WorkingFolder>

The WorkingFolder objects to use to translate the path

detectImplicitCloak
Type: System::Boolean

If true, detect and return null if the local item is implicitly cloaked in the workspace

Return Value

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

First shipped in TFS 2012

Show: