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

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

  NameDescription
Public methodGetNotificationsFromSelfRelation
Calls the HTTP Get method on the link for the relation “self”.
Public methodGetNotificationsFromSelfRelationAsync
Calls the HTTP Get method on the link for the relation “self” asynchronously.
Back to Top
Properties

  NameDescription
Public propertyLinks
Public propertyNotification
Gets or sets the notifications.
Public propertySelfRelationLink
Gets the Uri of the link for the relation “self”.
Public propertyTimeout
Gets or sets the notifications timeout im milliseconds. A positive value lets the server wait for notifications for the specified amount of time. A value of 0 means that the server should respond immediately. A value of -1 indicates that the server should define the timeout.
Back to Top
See Also