User MembersDocuWare Platform .NET API
The User type exposes the following members.
Constructors

  NameDescription
Public methodUser
Creates a new instance of this class
Back to Top
Methods

  NameDescription
Public methodGetFileCabinetFromDefaultWebBasketRelation
Calls the HTTP Get method on the link for the relation “defaultWebBasket”.
Public methodGetFileCabinetFromDefaultWebBasketRelationAsync
Calls the HTTP Get method on the link for the relation “defaultWebBasket” asynchronously.
Public methodGetUserFromSelfRelation
Calls the HTTP Get method on the link for the relation “self”.
Public methodGetUserFromSelfRelationAsync
Calls the HTTP Get method on the link for the relation “self” asynchronously.
Public methodPostToSelfRelationForUser
Calls the HTTP Post method on the link for the relation “self”.
Public methodPostToSelfRelationForUserAsync
Calls the HTTP Post method on the link for the relation “self” asynchronously.
Back to Top
Properties

  NameDescription
Public propertyDBName
The databasename of the user.
Public propertyDefaultWebBasket
Default Web Basket
Public propertyDefaultWebBasketRelationLink
Gets the Uri of the link for the relation “defaultWebBasket”.
Public propertyEMail
The email address of the user.
Public propertyId
The ID of the user.
Public propertyLinks
Public propertyName
The display name of the user.
Public propertyOutOfOffice
Out of office settings
Public propertySelfRelationLink
Gets the Uri of the link for the relation “self”.
Back to Top
See Also