Search Results for

    Show / Hide Table of Contents

    Class TranslationMemoryPermissions

    Translation memory permissions

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

    Fields

    Add

    User can add translation memories.

    Declaration
    public const string Add = "tm.add"
    Field Value
    Type Description
    string

    Delete

    User can delete translation memories.

    Declaration
    public const string Delete = "tm.delete"
    Field Value
    Type Description
    string

    Edit

    User can edit existing translation memories.

    Declaration
    public const string Edit = "tm.edit"
    Field Value
    Type Description
    string

    View

    User can view translation memories.

    Declaration
    public const string View = "tm.view"
    Field Value
    Type Description
    string
    In this article
    Back to top Generated by DocFX