Search Results for

    Show / Hide Table of Contents

    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
    In this article
    • Fields
      • Add
      • Delete
      • Edit
      • View
    Back to top Generated by DocFX