TfvcItem interface

Metadata for an item.

Extends

Properties

changeDate

Item changed datetime.

deletionId

Greater than 0 if item is deleted.

encoding

File encoding from database, -1 represents binary.

hashValue

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

isBranch

True if item is a branch.

isPendingChange

True if there is a change pending.

size

The size of the file, if applicable.

version

Changeset version Id.

Inherited Properties

content
contentMetadata
isFolder
isSymLink
path
url

Property Details

changeDate

Item changed datetime.

changeDate: Date

Property Value

Date

deletionId

Greater than 0 if item is deleted.

deletionId: number

Property Value

number

encoding

File encoding from database, -1 represents binary.

encoding: number

Property Value

number

hashValue

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

hashValue: string

Property Value

string

isBranch

True if item is a branch.

isBranch: boolean

Property Value

boolean

isPendingChange

True if there is a change pending.

isPendingChange: boolean

Property Value

boolean

size

The size of the file, if applicable.

size: number

Property Value

number

version

Changeset version Id.

version: number

Property Value

number

Inherited Property Details

content

content: string

Property Value

string

Inherited From ItemModel.content

contentMetadata

contentMetadata: FileContentMetadata

Property Value

Inherited From ItemModel.contentMetadata

isFolder

isFolder: boolean

Property Value

boolean

Inherited From ItemModel.isFolder

isSymLink: boolean

Property Value

boolean

Inherited From ItemModel.isSymLink

path

path: string

Property Value

string

Inherited From ItemModel.path

url

url: string

Property Value

string

Inherited From ItemModel.url