Edit

Share via


TfvcItem Class

Definition

[System.Runtime.Serialization.DataContract]
public class TfvcItem : Microsoft.TeamFoundation.SourceControl.WebApi.ItemModel
type TfvcItem = class
    inherit ItemModel
Public Class TfvcItem
Inherits ItemModel
Inheritance
Derived
Attributes

Constructors

TfvcItem()

Properties

ChangeDate
ChangesetVersion
Content (Inherited from ItemModel)
ContentMetadata (Inherited from ItemModel)
DeletionId
Encoding

File encoding from database, -1 represents binary.

FileId
HashValue

MD5 hash as a base 64 string, applies to files only.

Id
IsBranch
IsFolder (Inherited from ItemModel)
IsPendingChange
IsSymbolicLink (Inherited from ItemModel)
Links (Inherited from ItemModel)
Path (Inherited from ItemModel)
Size

The size of the file, if applicable.

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)

Applies to