Search Results for

    Show / Hide Table of Contents

    Class LanguageCloudCredentialInfo

    Class that holds information about a LanguageCloud user.

    Inheritance
    object
    LanguageCloudCredentialInfo
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: Sdl.LanguageCloud.IdentityApi
    Assembly: Sdl.LanguageCloud.IdentityApi.dll
    Syntax
    public class LanguageCloudCredentialInfo

    Properties

    AccountName

    The name of the user's active account.

    Declaration
    public string AccountName { get; }
    Property Value
    Type Description
    string

    Email

    The email(SDL ID) of the user.

    Declaration
    public string Email { get; }
    Property Value
    Type Description
    string

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(object, Action<Window>)
    In this article
    • Properties
      • AccountName
      • Email
    • Extension Methods
    Back to top Generated by DocFX