Class TranslationMemoryLanguageResourcePermissions
Permissions for language resources in a TM.
Inherited Members
Namespace: SdlSdl.LanguagePlatformTranslationMemoryApi
Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
Syntax
public static class TranslationMemoryLanguageResourcePermissions
Fields
AddResource
Can create a language resource like abbreviation, stop-word lists, etc.
Declaration
public const string AddResource = "tmlangresource.add"
Field Value
Type | Description |
---|---|
string |
DeleteResource
Can delete the resource.
Declaration
public const string DeleteResource = "tmlangresource.delete"
Field Value
Type | Description |
---|---|
string |
ReadResource
Can read a language resource like abbreviation, stop-word lists, etc.
Declaration
public const string ReadResource = "tmlangresource.view"
Field Value
Type | Description |
---|---|
string |
WriteResource
Can update language resource like abbreviation, stop-word lists, etc.
Declaration
public const string WriteResource = "tmlangresource.edit"
Field Value
Type | Description |
---|---|
string |