NevronOpenVision
Nevron.Nov.Office Namespace / ENLoginCode Enumeration
In This Topic
    ENLoginCode Enumeration
    In This Topic
    Enumerates the login codes
    Syntax
    public enum ENLoginCode : System.Enum 
    Members
    MemberDescription
    ActiveLicenseMaskMask for active licenses
    AlreadyLoggedInA user is already logged in the session
    CommercialLicenseUser logged in sucessfully and he has a valid commercial license. Additional info is when the license expires.
    CommercialLicenseMaskMask for commercial and expired commercial licenses
    ContactWithoutAccountThe user contact does not have an account
    CredentialsIncorrectUser name or password is incorrect
    ExpiredCommercialLicenseThe user has a commercial license that has expired. Additional info is when the license expired.
    ExpiredLicenseMaskMask for expired licenses
    ExpiredTrialLicenseThe user has a trial license that has expired. Additional info is when the license expired.
    LoginFailedMaskMask for login failed codes
    LoginSucceededMaskMask for login succeeded codes
    ServiceLicenseUsedInMaxNumberOfSessionsThe user contact does not have an account
    TrialLicenseUser logged in sucessfully and he has a valid trial license. Additional info is when the license expires.
    TrialLicenseMaskMask for trial and expired trial licenses
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Nov.Office.ENLoginCode

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also