Show / Hide Table of Contents

    Class NewUser

    User details.

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

    Properties

    DbName

    The Database Name of the user.

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

    Email

    The Email of the user.

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

    Name

    The Name of the user.

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

    NetworkId

    The NetworkId of the user.

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

    Password

    The Password of the user.

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