Enum ProjectTranslationMemoryPackageOptions
Represents the possible ways a project translation can be included in a project package. See ProjectPackageCreationOptions and CreateProjectPackage(Guid, String, String, ProjectPackageCreationOptions).
Namespace: Sdl.ProjectAutomation.Core
Assembly: Sdl.ProjectAutomation.Core.dll
Syntax
public enum ProjectTranslationMemoryPackageOptions
Fields
Name | Description |
---|---|
CreateNew | Generates new file-based translation memories containing just the relevant main translation memory content for the translatable files included in the package. |
None | Do not include any project translation memories. |
UseExisting | Include the existing project translation memory server references or files. |