GitQueryCommitsCriteria.HistoryMode Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
What Git history mode should be used. This only applies to the search criteria when Ids = null and an itemPath is specified.
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false, Name="historyMode")]
public Microsoft.TeamFoundation.SourceControl.WebApi.GitHistoryMode HistoryMode { get; set; }
member this.HistoryMode : Microsoft.TeamFoundation.SourceControl.WebApi.GitHistoryMode with get, set
Public Property HistoryMode As GitHistoryMode
Property Value
- Attributes