Click or drag to resize
Notification Class
A data stucture for implementing simple notifications.
Inheritance Hierarchy
SystemObject
  DocuWare.Platform.ServerClientNotification

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

The Notification type exposes the following members.

Constructors
  NameDescription
Public methodNotification
Creates a new instance of this class
Top
Properties
  NameDescription
Public propertyIsActive
If this flag is true then this notification is set.
Public propertyName
Gets or sets the name of this notification.
Public propertyTimeStamp
TimeStamp when the notification was checked. Ensure that notification was happened before that time stamp
Top
Remarks