TfvcHistoryEntry 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]
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
- 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>) |