This documentation is archived and is not being maintained.

IWorkspaceTemplate::RemoveMapping Method (String)

Removes the mapping for the specified server item from the workspace template.

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

bool RemoveMapping(
	String^ serverItem
)

Parameters

serverItem
Type: System::String

The server item of the mapping that will be removed.

Return Value

Type: System::Boolean
True if the mapping was successfully removed; otherwise, false.

Show: