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