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
    • Fields
      • AddResource
      • DeleteResource
      • ReadResource
      • WriteResource
    Back to top Generated by DocFX