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 (in Sdl.ProjectAutomation.Core.dll) Version: 1.0.0.0 (1.2.3064.0)

Syntax

C#
public enum ProjectTranslationMemoryPackageOptions
Visual Basic
Public Enumeration ProjectTranslationMemoryPackageOptions
Visual C++
public enum class ProjectTranslationMemoryPackageOptions

Members

Member nameValueDescription
None0 Do not include any project translation memories.
UseExisting1 Include the existing project translation memory server references or files.
CreateNew2 Generates new file-based translation memories containing just the relevant main translation memory content for the translatable files included in the package.

See Also