Edit

HistoryEntry<T> Class

Definition

[System.Runtime.Serialization.DataContract]
[System.Runtime.Serialization.KnownType(typeof(Microsoft.TeamFoundation.SourceControl.WebApi.TfvcHistoryEntry))]
public class HistoryEntry<T>
type HistoryEntry<'T> = class
Public Class HistoryEntry(Of T)

Type Parameters

T
Inheritance
HistoryEntry<T>
Derived
Attributes

Constructors

HistoryEntry<T>()

Properties

ChangeList

The Change list (changeset/commit/shelveset) for this point in history

ItemChangeType

The change made to the item from this change list (only relevant for File history, not folders)

ServerItem

The path of the item at this point in history (only relevant for File history, not folders)

Applies to