DialogInfoIsDefault Property DocuWare Platform .NET API
Gets or sets if this dialog is a default dialog.

Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient (in DocuWare.Platform.ServerClient.dll) Version: Version 6.6
Syntax

C#
[XmlAttributeAttribute]
[DefaultValueAttribute(false)]
public bool IsDefault { get; set; }

Property Value

Type: Boolean
Remarks

This flag can be used by the client to display a dialog in favour of the other dialogs. It can be used to display the initial dialog in case there is more than one dialog which can be displayed.
See Also

Reference