InterviewSettings InterviewRuntimeUrl Property
The base Url from which HotDocs interview runtime files (including hdloader.js and other JavaScript files and/or Silverlight DLLs) will be fetched. To avoid security errors or the need for cross-domain policy files, the host application should serve these files itself (from its own domain name).

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 InterviewRuntimeUrl { get; set; }

Property Value

Type: OnlineString
Remarks

TODO: document the syntax of the query string, including explanation of the %VERSION% macro.

This property is equivalent to the HotDocsJavaScriptUrl property in the HotDocs Server API and the "HotDocsJsUrl" 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