Item path and Version descriptor properties

interface TfvcItemDescriptor {
    path?: string;
    recursionLevel?: VersionControlRecursionType;
    version?: string;
    versionOption?: TfvcVersionOption;
    versionType?: TfvcVersionType;
}

Properties

path?: string

Item path.

Defaults to OneLevel.

version?: string

Specify the desired version, can be null or empty string only if VersionType is latest or tip.

versionOption?: TfvcVersionOption

Defaults to None.

versionType?: TfvcVersionType

Defaults to Latest.