Class TranslationMemoryContainerPermissions
Translation memory container permissions
Inheritance
System.Object
TranslationMemoryContainerPermissions
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 TranslationMemoryContainerPermissions
Fields
Add
User can add translation memory containers.
Declaration
public const string Add = "tmcontainer.add"
Field Value
Type | Description |
---|---|
System.String |
Delete
User can delete translation memory containers.
Declaration
public const string Delete = "tmcontainer.delete"
Field Value
Type | Description |
---|---|
System.String |
Edit
User can edit translation memory containers.
Declaration
public const string Edit = "tmcontainer.edit"
Field Value
Type | Description |
---|---|
System.String |
View
User can view translation memory containers.
Declaration
public const string View = "tmcontainer.view"
Field Value
Type | Description |
---|---|
System.String |