GitTreeDiff.DiffEntries 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.
List of tree entries that differ between the base and target tree.
Renames and object type changes are returned as a delete for the old object and add for the new object.
If a continuation token is returned in the response header, some tree entries are yet to be processed and may yeild more diff entries. If the continuation token is not returned all the diff entries have been included in this response.
[System.Runtime.Serialization.DataMember]
public System.Collections.Generic.IEnumerable<Microsoft.TeamFoundation.SourceControl.WebApi.GitTreeDiffEntry> DiffEntries { get; set; }
member this.DiffEntries : seq<Microsoft.TeamFoundation.SourceControl.WebApi.GitTreeDiffEntry> with get, set
Public Property DiffEntries As IEnumerable(Of GitTreeDiffEntry)
Property Value
- Attributes