This documentation is archived and is not being maintained.
VersionControlServer.UpdateShelveset Method
Visual Studio 2013
Updates the shelveset.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
public void UpdateShelveset( string shelvesetName, string shelvesetOwner, Shelveset updatedShelveset )
Parameters
- shelvesetName
- Type: System.String
The name of the sheveset.
- shelvesetOwner
- Type: System.String
The shelveset owner.
- updatedShelveset
- Type: Microsoft.TeamFoundation.VersionControl.Client.Shelveset
The updated shelveset.
- 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: