Class TranslationMemoryFieldsPermissions
Permissions for language resources in a TM.
Inherited Members
Namespace: SdlSdl.LanguagePlatformTranslationMemoryApi
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 |
---|---|
string |
DeleteResource
Can delete a fields template
Declaration
public const string DeleteResource = "tmfields.delete"
Field Value
Type | Description |
---|---|
string |
ReadResource
Can read a fields template
Declaration
public const string ReadResource = "tmfields.view"
Field Value
Type | Description |
---|---|
string |
WriteResource
Can update a fields template
Declaration
public const string WriteResource = "tmfields.edit"
Field Value
Type | Description |
---|---|
string |