This documentation is archived and is not being maintained.
RollbackOptions Enumeration
Visual Studio 2013
Enum of rollback options that will be used on the client / server. Marshaled to the server as an integer
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.TeamFoundation.VersionControl.Common
Assembly: Microsoft.TeamFoundation.VersionControl.Common (in Microsoft.TeamFoundation.VersionControl.Common.dll)
| Member name | Description | |
|---|---|---|
| KeepMergeHistory | Do not rollback merge history with this rollback operation. | |
| NoAutoResolve | Used only on the client. Instructs the client not to try to auto resolve conflicts | |
| None | The client did not specify any options | |
| Silent | Indicates to the server not to return any Get operations or conflict information | |
| ToVersion | Indicates that the client asked for a certain version to be latest. In this case the server will download the latest version of the file to the client. |
Show: