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 |
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 |