Reference for Team Foundation Server SDK
Workspace.Update Method

Update a workspace. The name, comment, and working folders may be changed. The database is the one referenced by changedWorkspace (workspaces cannot be moved across databases).

Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in microsoft.teamfoundation.versioncontrol.client.dll)

Syntax

Visual Basic (Declaration)
Public Sub Update ( _
	newName As String, _
	newComment As String, _
	newMappings As WorkingFolder() _
)
Visual Basic (Usage)
Dim instance As Workspace
Dim newName As String
Dim newComment As String
Dim newMappings As WorkingFolder()

instance.Update(newName, newComment, newMappings)
C#
public void Update (
	string newName,
	string newComment,
	WorkingFolder[] newMappings
)
C++
public:
void Update (
	String^ newName, 
	String^ newComment, 
	array<WorkingFolder^>^ newMappings
)
J#
public void Update (
	String newName, 
	String newComment, 
	WorkingFolder[] newMappings
)
JScript
public function Update (
	newName : String, 
	newComment : String, 
	newMappings : WorkingFolder[]
)

Parameters

newName

The new name.

newComment

The new comment.

newMappings

The new mappings.

See Also

Tags :


Page view tracker