Class BilingualFileMapping
This hold the mapping between a file in the project and a previously translated version in a particular language
Inherited Members
Namespace: SdlSdl.ProjectAutomationCore
Assembly: Sdl.ProjectAutomation.Core.dll
Syntax
public class BilingualFileMapping
Constructors
BilingualFileMapping()
Empty constructor
Declaration
public BilingualFileMapping()
BilingualFileMapping(Guid, Language, string)
Constructor
Declaration
public BilingualFileMapping(Guid fileId, Language language, string bilingualFilePath)
Parameters
Type | Name | Description |
---|---|---|
Guid | fileId | If of the original file to map |
Language | language | language of the file to map |
string | bilingualFilePath | path to the bilingual reference file |
Properties
BilingualFilePath
Path to the bilingual reference file
Declaration
public string BilingualFilePath { get; set; }
Property Value
Type | Description |
---|---|
string |
FileId
Id of the project file to map
Declaration
public Guid FileId { get; set; }
Property Value
Type | Description |
---|---|
Guid |
Language
Target language of the Bilingual file to map
Declaration
public Language Language { get; set; }
Property Value
Type | Description |
---|---|
Language |