Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration RollbackOptions
[FlagsAttribute]
public enum RollbackOptions
[FlagsAttribute]
public enum class RollbackOptions
[<FlagsAttribute>]
type RollbackOptions
public enum RollbackOptions
Members
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. |