Click or drag to resize
DialogProperties Class
Specific properties for each dialog type
Inheritance Hierarchy

Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient (in DocuWare.Platform.ServerClient.dll) Version: Version 6.9
Syntax
C#
[XmlIncludeAttribute(typeof(DialogPropertiesTreeView))]
[XmlRootAttribute(Namespace = "http://dev.docuware.com/schema/public/services/platform", 
	IsNullable = true)]
[XmlIncludeAttribute(typeof(DialogPropertiesSearch))]
[XmlTypeAttribute(Namespace = "http://dev.docuware.com/schema/public/services/platform")]
[XmlIncludeAttribute(typeof(DialogPropertiesTaskList))]
[XmlIncludeAttribute(typeof(DialogPropertiesResultList))]
public class DialogProperties : IHttpClientProxy

The DialogProperties type exposes the following members.

Constructors
  NameDescription
Public methodDialogProperties
Initializes a new instance of the DialogProperties class
Top
Methods
  NameDescription
Public methodSetProxy
Sets the HTTP communication proxy which is used in further HTTP communication.
Top
Explicit Interface Implementations
Remarks