This documentation is archived and is not being maintained.
Workspace::Update Method (String, String, array<WorkingFolder>, Boolean)
Visual Studio 2013
Update the properties of a workspace.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
public: void Update( String^ newName, String^ newComment, array<WorkingFolder^>^ newMappings, bool removeUnparentedCloaks )
Parameters
- newName
- Type: System::String
The new name.
- newComment
- Type: System::String
The new comment.
- newMappings
- Type: array<Microsoft.TeamFoundation.VersionControl.Client::WorkingFolder>
The new mappings.
- removeUnparentedCloaks
- Type: System::Boolean
True to remove mapping errors that can be safely ignored. False not to remove mapping errors.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Show: