Class DatabaseServerPermissions
Database server reference permissions.
Inheritance
Object
    DatabaseServerPermissions
  Inherited Members
      Object.ToString()
    
    
      Object.Equals(Object)
    
    
      Object.Equals(Object, Object)
    
    
      Object.ReferenceEquals(Object, Object)
    
    
      Object.GetHashCode()
    
    
      Object.GetType()
    
    
      Object.MemberwiseClone()
    
  Namespace: Sdl.LanguagePlatform.TranslationMemoryApi
Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
Syntax
public static class DatabaseServerPermissions
  Fields
Add
User can add database server references.
Declaration
public const string Add = "tmdbserver.add"
  Field Value
| Type | Description | 
|---|---|
| String | 
Delete
User can delete database references.
Declaration
public const string Delete = "tmdbserver.delete"
  Field Value
| Type | Description | 
|---|---|
| String | 
Edit
User can edit database server references.
Declaration
public const string Edit = "tmdbserver.edit"
  Field Value
| Type | Description | 
|---|---|
| String | 
View
User can view database server references.
Declaration
public const string View = "tmdbserver.view"
  Field Value
| Type | Description | 
|---|---|
| String |