Search Results for

    Show / Hide Table of Contents

    Enum FieldType

    The type of a field, i.e. whether it's a user-defined field, a system-defined field, a pseudo field, etc.

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

    Fields

    Name Description
    Pseudo

    A pseudo field which does not exist physically, but which may be referred to by filters or edit scripts.

    System

    A system-defined field. Added to the TM by the engine.

    User

    A user-defined field. Added to the TM's setup dynamically.

    In this article
    • Fields
    Back to top Generated by DocFX