Class TranslationMemoryFieldsPermissions
Permissions for language resources in a TM.
Inheritance
System.Object
TranslationMemoryFieldsPermissions
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 TranslationMemoryFieldsPermissions
Fields
AddResource
Can add a fields template
Declaration
public const string AddResource = "tmfields.add"
Field Value
Type | Description |
---|---|
System.String |
DeleteResource
Can delete a fields template
Declaration
public const string DeleteResource = "tmfields.delete"
Field Value
Type | Description |
---|---|
System.String |
ReadResource
Can read a fields template
Declaration
public const string ReadResource = "tmfields.view"
Field Value
Type | Description |
---|---|
System.String |
WriteResource
Can update a fields template
Declaration
public const string WriteResource = "tmfields.edit"
Field Value
Type | Description |
---|---|
System.String |