Application.GetInterviewDefinitionFromState Method

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

Syntax

string GetInterviewDefinitionFromState(string stateString, string templateFileName, interviewFormat format)

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.GetInterview2.