Assembly.StatelessInterview Property

[Read/Write] This property indicates whether or not the interview will be stateless. (In a stateless interview, the complete answer collection is sent to and returned from the interview, which means the server does not need to keep any state information between requests to get an interview and assemble a document.)

This property was introduced in HotDocs Server 10.1.

Syntax

public bool StatelessInterview { set; get; }