InterviewSettings RoundTripUnusedAnswers Property
Whether the generated interview will include (and round-trip) the entire answer collection provided to the GetInterview call, or only those answers needed by the interview. Equivalent to the "StatelessInterview" property on the HotDocs Server API.

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

public bool RoundTripUnusedAnswers { get; set; }

Property Value

Type: OnlineBoolean
Remarks

NOTE: If the SDK is communicating with HotDocs Server (either locally or at a web service), choosing Default for this setting is equivalent to False. When used with HotDocs Core Services, however, Default is equivalent to True. Beware.
See Also