Class XliffBilingualExportOptions
Represents options for XLIFF bilingual export.
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
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
BooleanSaveCompressed
If true, the exported XLIFF file is compressed.
Declaration
public bool SaveCompressed