Search Results for

    Show / Hide Table of Contents

    Class TranslationMemoryLanguageResourcePermissions

    Permissions for language resources in a TM.

    Inheritance
    object
    TranslationMemoryLanguageResourcePermissions
    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 TranslationMemoryLanguageResourcePermissions

    Fields

    AddResource

    Can create a language resource like abbreviation, stop-word lists, etc.

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

    DeleteResource

    Can delete the resource.

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

    ReadResource

    Can read a language resource like abbreviation, stop-word lists, etc.

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

    WriteResource

    Can update language resource like abbreviation, stop-word lists, etc.

    Declaration
    public const string WriteResource = "tmlangresource.edit"
    Field Value
    Type Description
    string
    In this article
    • Fields
      • AddResource
      • DeleteResource
      • ReadResource
      • WriteResource
    Back to top Generated by DocFX