InterviewSettings InterviewFilesUrl Property
The base URL from which the interview will request interview definitions and dialog element images. For JavaScript interviews, interview definitions are JavaScript files; for Silverlight interviews, interview definitions are compiled DLLs. HotDocs generates these interview definitions, but a host application must deliver them from the host application's 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 InterviewFilesUrl { get; set; }

Property Value

Type: OnlineString
See Also