HistoryEntry<T> Class
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.
[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) |