Class TranslationMemoryPermissions
Translation memory permissions
Inheritance
System.Object
TranslationMemoryPermissions
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.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 |
---|---|
System.String |
Delete
User can delete translation memories.
Declaration
public const string Delete = "tm.delete"
Field Value
Type | Description |
---|---|
System.String |
Edit
User can edit existing translation memories.
Declaration
public const string Edit = "tm.edit"
Field Value
Type | Description |
---|---|
System.String |
View
User can view translation memories.
Declaration
public const string View = "tm.view"
Field Value
Type | Description |
---|---|
System.String |