Click or drag to resize
NewUser Class
User details.
Inheritance Hierarchy
SystemObject
  DocuWare.Platform.ServerClientNewUser

Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient (in DocuWare.Platform.ServerClient.dll) Version: Version 6.9
Syntax
C#
[XmlTypeAttribute(Namespace = "http://dev.docuware.com/schema/public/services/platform")]
[XmlRootAttribute(Namespace = "http://dev.docuware.com/schema/public/services/platform", 
	IsNullable = true)]
public class NewUser

The NewUser type exposes the following members.

Constructors
  NameDescription
Public methodNewUser
Initializes a new instance of the NewUser class
Top
Properties
  NameDescription
Public propertyDbName
The Database Name of the user.
Public propertyEmail
The Email of the user.
Public propertyName
The Name of the user.
Public propertyNetworkId
The NetworkId of the user.
Public propertyPassword
The Password of the user.
Top
Remarks