Search Results for

    Show / Hide Table of Contents

    Class TranslationMemoryFieldsPermissions

    Permissions for language resources in a TM.

    Inheritance
    Object
    TranslationMemoryFieldsPermissions
    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 TranslationMemoryFieldsPermissions

    Fields

    AddResource

    Can add a fields template

    Declaration
    public const string AddResource = "tmfields.add"
    Field Value
    Type Description
    String

    DeleteResource

    Can delete a fields template

    Declaration
    public const string DeleteResource = "tmfields.delete"
    Field Value
    Type Description
    String

    ReadResource

    Can read a fields template

    Declaration
    public const string ReadResource = "tmfields.view"
    Field Value
    Type Description
    String

    WriteResource

    Can update a fields template

    Declaration
    public const string WriteResource = "tmfields.edit"
    Field Value
    Type Description
    String
    In this article
    Back to top Generated by DocFX