Search Results for

    Show / Hide Table of Contents

    Enum Action

    Represents the action taken for a translation unit during an import operation.

    Namespace: Sdl.LanguagePlatform.TranslationMemory
    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
    Syntax
    public enum Action

    Fields

    Name Description
    Add

    The object was added to the repository.

    Delete

    object was removed being a source duplicate of another TU that was updated with overwrite

    Discard

    When returned by an import or add method, indicates that the imported/added object was rejected (due to data errors or other problems), or skipped (if it was explicitly filtered out).

    Error

    The attempt to add/import the TU led to an error.

    Merge

    The object was merged with another object already in the repository.

    Overwrite

    The object overwrote another object previously in the repository.

    Unknown

    use for failed conversions

    In this article
    • Fields
    Back to top Generated by DocFX