Click or drag to resize
DocumentApplicationProperties Class
Define application specific properties. Different applications store specific application here
Inheritance Hierarchy
SystemObject
  DocuWare.Platform.ServerClientDocumentApplicationProperties

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

The DocumentApplicationProperties type exposes the following members.

Constructors
  NameDescription
Public methodDocumentApplicationProperties
Initializes a new instance of the DocumentApplicationProperties class
Top
Properties
  NameDescription
Public propertyDocumentApplicationProperty
Define application specific properties. Different applications store specific application here
Top
Remarks