Search Results for

    Show / Hide Table of Contents

    Class TranslationUnitPermissions

    Translation unit permissions.

    Inheritance
    Object
    TranslationUnitPermissions
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi
    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
    Syntax
    public static class TranslationUnitPermissions

    Fields

    BatchDeleteTU

    Can apply a batch delete script to delete all TUs in the TM matching a particular filter expression.

    Declaration
    public const string BatchDeleteTU = "tm.batchdeletetu"
    Field Value
    Type Description
    String

    BatchEditTU

    Can apply a batch edit script to modify some or all TUs in the TM

    Declaration
    public const string BatchEditTU = "tm.batchedittu"
    Field Value
    Type Description
    String

    DeleteTU

    User can delete TUs

    Declaration
    public const string DeleteTU = "tm.deletetu"
    Field Value
    Type Description
    String

    ExportTU

    Can export TUs from the TM

    Declaration
    public const string ExportTU = "tm.exporttu"
    Field Value
    Type Description
    String

    ImportTU

    Can import TUs into the TM

    Declaration
    public const string ImportTU = "tm.importtu"
    Field Value
    Type Description
    String

    ReadTU

    User can read TUs

    Declaration
    public const string ReadTU = "tm.readtu"
    Field Value
    Type Description
    String

    ReindexTU

    Can export TUs from the TM

    Declaration
    public const string ReindexTU = "tm.reindextu"
    Field Value
    Type Description
    String

    WriteTU

    User can add or update TUs

    Declaration
    public const string WriteTU = "tm.writetu"
    Field Value
    Type Description
    String
    In this article
    • Fields
      • BatchDeleteTU
      • BatchEditTU
      • DeleteTU
      • ExportTU
      • ImportTU
      • ReadTU
      • ReindexTU
      • WriteTU
    Back to top Generated by DocFX