TfvcItemPreviousHash 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 TfvcItemPreviousHash : Microsoft.TeamFoundation.SourceControl.WebApi.TfvcItem
type TfvcItemPreviousHash = class
inherit TfvcItem
Public Class TfvcItemPreviousHash
Inherits TfvcItem
- Inheritance
- Attributes
Constructors
| TfvcItemPreviousHash() |
Properties
| ChangeDate | (Inherited from TfvcItem) |
| ChangesetVersion | (Inherited from TfvcItem) |
| Content | (Inherited from ItemModel) |
| ContentMetadata | (Inherited from ItemModel) |
| DeletionId | (Inherited from TfvcItem) |
| Encoding |
File encoding from database, -1 represents binary. (Inherited from TfvcItem) |
| FileId | (Inherited from TfvcItem) |
| HashValue |
MD5 hash as a base 64 string, applies to files only. (Inherited from TfvcItem) |
| Id | (Inherited from TfvcItem) |
| IsBranch | (Inherited from TfvcItem) |
| IsFolder | (Inherited from ItemModel) |
| IsPendingChange | (Inherited from TfvcItem) |
| IsSymbolicLink | (Inherited from ItemModel) |
| Links | (Inherited from ItemModel) |
| Path | (Inherited from ItemModel) |
| PreviousHashValue |
MD5 hash as a base 64 string, applies to files only. |
| Size |
The size of the file, if applicable. (Inherited from TfvcItem) |
| Url | (Inherited from ItemModel) |
Methods
| SetSecuredObject(ISecuredObject) | (Inherited from ItemModel) |
Explicit Interface Implementations
| ISecuredObject.GetToken() | (Inherited from VersionControlSecuredObject) |
| ISecuredObject.NamespaceId | (Inherited from VersionControlSecuredObject) |
| ISecuredObject.RequiredPermissions | (Inherited from VersionControlSecuredObject) |