Class TranslationProviderCascadePermissions
Translation provider cascade permissions
Inheritance
System.Object
    TranslationProviderCascadePermissions
  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 TranslationProviderCascadePermissionsFields
Add
User can add translation provider cascades.
Declaration
public const string Add = "tmcascade.add"Field Value
| Type | Description | 
|---|---|
| System.String | 
Delete
User can delete translation provider cascades.
Declaration
public const string Delete = "tmcascade.delete"Field Value
| Type | Description | 
|---|---|
| System.String | 
Edit
User can edit translation provider cascades.
Declaration
public const string Edit = "tmcascade.edit"Field Value
| Type | Description | 
|---|---|
| System.String | 
View
User can view translation provider cascades.
Declaration
public const string View = "tmcascade.view"Field Value
| Type | Description | 
|---|---|
| System.String |