Click or drag to resize
DialogFields Property
The fields of this dialog.

Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient (in DocuWare.Platform.ServerClient.dll) Version: Version 6.7 [UNOFFICIAL BUILD]
Syntax
C#
[XmlArrayItemAttribute("Field", IsNullable = false)]
public List<DialogField> Fields { get; set; }

Property Value

Type: ListDialogField
See Also