Application.GetInterviewDefinitionFromState Method

Get an interview definition for a template using a state string.

Syntax

public string GetInterviewDefinitionFromState(string stateString, string templateFileName, HotDocs.Server.Interop.interviewFormat interviewFormat)

Parameters Description
stateString A string necessary for acquiring the interview definition. This string is available via the stateString query string parameter sent to the interview definition URL which was passed to GetInterview2.
templateFileName The file name of the template for which an interview definition is being requested.
format The interview definition format being requested. See interviewFormat for a list of possible values.

Return Value

A string of HTML code that represents the core interview content for the assembly. The host application supplies this content to the browser when a request is made to the interview definition URL previously passed to Application.GetInterview.