InterviewSettings NextFollowsOutline Property
Determines the order in which end users will progress through a browser interview when they click the Next and Previous navigation buttons. By default it defers to the behavior as configured on the server.

Namespace: HotDocs.Sdk
Assembly: HotDocs.Sdk (in HotDocs.Sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public Tristate NextFollowsOutline { get; set; }

Property Value

Type: Tristate
Remarks

Corresponds to the "Next Dialog Follows Outline" entry on the "Navigate" menu within desktop HotDocs. When this setting is True, dialogs are navigated in a top-down manner, with the Next command always navigating the interview outline from top to bottom. When this setting is "false", behavior of the Next command depends on the current location: choosing Next from a top-level dialog always proceeds to the next top-level dialog (skipping child dialogs, if any), and choosing Next from a child dialog always navigates back to its parent.

This property is also equivalent to the "Next button follows interview outline" setting in the HotDocs Server management console and the OutlineInOrder setting in Core Services.

See Also