Click or drag to resize
Dialog Class
Inheritance Hierarchy

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 = false)]
[XmlTypeAttribute(Namespace = "http://dev.docuware.com/schema/public/services/platform")]
public class Dialog : DialogInfo

The Dialog type exposes the following members.

Constructors
  NameDescription
Public methodDialog
Initializes a new instance of the Dialog class
Top
Extension Methods
  NameDescription
Public Extension MethodChunkUploadDocument
Upload the specified document in chunks.
(Defined by FileCabinetExtensions.)
Public Extension MethodUploadDocument
Uploads the document.
(Defined by FileCabinetExtensions.)
Public Extension MethodUploadDocumentAsync
Uploads the document asynchronous.
(Defined by FileCabinetExtensions.)
Top
Properties
  NameDescription
Public propertyFields
The fields of this dialog.
Public propertyProperties
Dialog properties specific for dialog type.
Public propertyQuery
The query defined by this dialog.
Top
Remarks