VersionControlChangeType Enumeration

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:  Microsoft.TeamFoundation.SourceControl.WebApi
Assembly:  Microsoft.TeamFoundation.SourceControl.WebApi (in Microsoft.TeamFoundation.SourceControl.WebApi.dll)

Syntax

'Declaration
<FlagsAttribute> _
<DataContractAttribute> _
Public Enumeration VersionControlChangeType
[FlagsAttribute]
[DataContractAttribute]
public enum VersionControlChangeType
[FlagsAttribute]
[DataContractAttribute]
public enum class VersionControlChangeType
[<FlagsAttribute>]
[<DataContractAttribute>]
type VersionControlChangeType
public enum VersionControlChangeType

Members

Member name Description
Add
All
Branch
Delete
Edit
Encoding
Lock
Merge
None
Property
Rename
Rollback
SourceRename
TargetRename
Undelete

See Also

Reference

Microsoft.TeamFoundation.SourceControl.WebApi Namespace