Dialog ClassDocuWare Platform .NET API
Inheritance Hierarchy

SystemObject
  DocuWare.Platform.ServerClientDialogInfo
    DocuWare.Platform.ServerClientDialog

Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient (in DocuWare.Platform.ServerClient.dll) Version: Version 6.6
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 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

See Also

Reference