Class NewUser
User details.
Inheritance
System.Object
    NewUser
  Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
  Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class NewUser
  Properties
DbName
The Database Name of the user.
Declaration
public string DbName { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
The Email of the user.
Declaration
public string Email { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
ExternalId
The External Id of the user.
Declaration
public string ExternalId { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
ExternalProvider
The External Provider of the user.
Declaration
public string ExternalProvider { 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 |