Edit

TfvcHistoryEntry Class

Definition

[System.Runtime.Serialization.DataContract]
public class TfvcHistoryEntry : Microsoft.TeamFoundation.SourceControl.WebApi.HistoryEntry<Microsoft.TeamFoundation.SourceControl.WebApi.TfvcItem>
type TfvcHistoryEntry = class
    inherit HistoryEntry<TfvcItem>
Public Class TfvcHistoryEntry
Inherits HistoryEntry(Of TfvcItem)
Inheritance
TfvcHistoryEntry
Attributes

Constructors

TfvcHistoryEntry()

Properties

ChangeList

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

(Inherited from HistoryEntry<T>)
Encoding

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

FileId

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

ItemChangeType

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

(Inherited from HistoryEntry<T>)
ServerItem

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

(Inherited from HistoryEntry<T>)

Applies to