InterviewSettings PostInterviewUrl Property
The url to which finished interview answers will be posted. The page residing at this url is sometimes traditionally referred to as the "disposition page" -- since it is most often used to inform the user about the disposition (outcome) of the data they submitted.

A value for this property is required by the SDK.

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

public string PostInterviewUrl { get; set; }

Property Value

Type: OnlineString
Remarks

This property is equivalent to the FormActionUrl property in the HotDocs Server API and the FormActionUrl setting in Core Services.

As with all properties of GetInterviewOptions and AssemblyOptions, a default value for this property can be specified in your web app's web.config file.

See Also