Workspace.Update Method (String, String, array<WorkingFolder , Boolean)

Update the properties of a workspace.

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

Syntax

'Declaration
Public Sub Update ( _
    newName As String, _
    newComment As String, _
    newMappings As WorkingFolder(), _
    fixMappingErrors As Boolean _
)
public void Update(
    string newName,
    string newComment,
    WorkingFolder[] newMappings,
    bool fixMappingErrors
)
public:
void Update(
    String^ newName, 
    String^ newComment, 
    array<WorkingFolder^>^ newMappings, 
    bool fixMappingErrors
)
member Update : 
        newName:string * 
        newComment:string * 
        newMappings:WorkingFolder[] * 
        fixMappingErrors:bool -> unit 
public function Update(
    newName : String, 
    newComment : String, 
    newMappings : WorkingFolder[], 
    fixMappingErrors : boolean
)

Parameters

  • fixMappingErrors
    Type: System.Boolean
    True to remove mapping errors that can be safely ignored. False to not remove mapping errors.

Remarks

You can change the name, the comment, and the working folders. The repository is referenced by changedWorkspace. (You cannot move workspaces across repositories.)

.NET Framework Security

See Also

Reference

Workspace Class

Update Overload

Microsoft.TeamFoundation.VersionControl.Client Namespace