Skip to content

Interface.SourceFileVersion

Octavian Condre edited this page Jul 25, 2024 · 2 revisions

Trados User Interface Extensibility v0.1.13 / SourceFileVersion

Interface: SourceFileVersion

Source File Version.

Export

SourceFileVersion

Properties

id

id: string

The source file version identifier.

Memberof

SourceFileVersion

Source

lc-public-api/models/index.ts:7103


name?

optional name: string

default
The file version name. This is a synthetic value, typically constructed from the version number and the originating task name.

Memberof

SourceFileVersion

Source

lc-public-api/models/index.ts:7115


originatingTaskId?

optional originatingTaskId: string

The identifier of the task that generated the file.

Memberof

SourceFileVersion

Source

lc-public-api/models/index.ts:7127


type?

optional type: SourceFileVersionTypeEnum

default
The version type.

Memberof

SourceFileVersion

Source

lc-public-api/models/index.ts:7109


version

version: number

A numeric value, incremented for each new version.

Memberof

SourceFileVersion

Source

lc-public-api/models/index.ts:7121

API

Classes

Interfaces

Type Aliases

Variables

Functions

Clone this wiki locally