Class TranslationUnitPermissions
Translation unit permissions.
Inheritance
System.Object
TranslationUnitPermissions
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 TranslationUnitPermissions
Fields
BatchDeleteTU
Can apply a batch delete script to delete all TUs in the TM matching a particular filter expression.
Declaration
public const string BatchDeleteTU = "tm.batchdeletetu"
Field Value
Type | Description |
---|---|
System.String |
BatchEditTU
Can apply a batch edit script to modify some or all TUs in the TM
Declaration
public const string BatchEditTU = "tm.batchedittu"
Field Value
Type | Description |
---|---|
System.String |
DeleteTU
User can delete TUs
Declaration
public const string DeleteTU = "tm.deletetu"
Field Value
Type | Description |
---|---|
System.String |
ExportTU
Can export TUs from the TM
Declaration
public const string ExportTU = "tm.exporttu"
Field Value
Type | Description |
---|---|
System.String |
ImportTU
Can import TUs into the TM
Declaration
public const string ImportTU = "tm.importtu"
Field Value
Type | Description |
---|---|
System.String |
ReadTU
User can read TUs
Declaration
public const string ReadTU = "tm.readtu"
Field Value
Type | Description |
---|---|
System.String |
ReindexTU
Can export TUs from the TM
Declaration
public const string ReindexTU = "tm.reindextu"
Field Value
Type | Description |
---|---|
System.String |
WriteTU
User can add or update TUs
Declaration
public const string WriteTU = "tm.writetu"
Field Value
Type | Description |
---|---|
System.String |