Show / Hide Table of Contents

    Class LoginInfo

    Details abut user login

    Inheritance
    System.Object
    LoginInfo
    Namespace: DocuWare.Platform.ServerClient
    Assembly: DocuWare.Platform.ServerClient.dll
    Syntax
    public class LoginInfo : object

    Properties

    BookedLicense

    License that is booked for the login

    Declaration
    public DWProductTypes BookedLicense { get; set; }
    Property Value
    Type Description
    DWProductTypes

    PasswordExpireNotification

    Define the period of time when password will expire. This parameter contains a time interval specification in the form: [ws][-]{ d | [d.]hh:mm[:ss[.ff]] }[ws] Elements in square brackets ([ and ]) are optional. One selection from the list of alternatives enclosed in braces ({ and }) and separated by vertical bars (|) is required. For more details check http://msdn.microsoft.com/en-us/library/se73z7b9.aspx

    Declaration
    public string PasswordExpireNotification { get; set; }
    Property Value
    Type Description
    System.String

    ProductType

    Product type used for login

    Declaration
    public DWProductTypes ProductType { get; set; }
    Property Value
    Type Description
    DWProductTypes
    About Us Contact Imprint Terms Data privacy
    © 2024 DocuWare Corporation powered by DocFX Back to top