Class XliffBilingualExportOptions
Represents options for XLIFF bilingual export.
Inheritance
System.Object
XliffBilingualExportOptions
Syntax
public class XliffBilingualExportOptions
Fields
FullVersionHistory
Include full version history including all previous major versions. If true, SaveCompressed must be true too.
Declaration
public bool FullVersionHistory
Type
System.BooleanIncludeSkeleton
If true, the exported XLIFF file contains the skeleton required for export into the original format. If true, SaveCompressed must be true.
Declaration
public bool IncludeSkeleton
Type
System.BooleanSaveCompressed
If true, the exported XLIFF file is compressed.
Declaration
public bool SaveCompressed