Opens a dialog box to create or edit a Conditional Instruction.

Introduced: X18.

ConditionalInstructionDialog()

public bool? ConditionalInstructionDialog();
Public Function ConditionalInstructionDialog() As Nullable(Of Boolean)

ConditionalInstructionDialog(String)

public bool? ConditionalInstructionDialog(string name);
Public Function ConditionalInstructionDialog(name As String) As Nullable(Of Boolean)

Parameters

Parameter Description
name Specifies the name of the Conditional Instruction to edit or create.

Return Value

The return value can be one of the following values:

Limitations

The dialog cannot be opened, if the document does not contain form fields, the TextControl.IsFormFieldValidationEnabled is set to false or the EditMode property is set to EditMode.ReadAndSelect and TextControl.DocumentPermissions.ReadOnly to true. In these cases the method returns null.