DialogInfo IsDefault 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: 6.5.0.0 (6.5.0.5648)
Syntax

public bool IsDefault { get; set; }

Property Value

Type: OnlineBoolean
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