A value for this property is required by the SDK.
Assembly: HotDocs.Sdk (in HotDocs.Sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Property Value
Type:
TODO: document the syntax of the query string, including explanation of the %VERSION% macro.
JavaScript-based interviews require two style sheets and an image:
- The "User" CSS style sheet: InterviewRuntimeUrl + ThemeName + ".css"
- The interview sprite image: InterviewRuntimeUrl + ThemeName + ".png"
- The "System" CSS style sheet: InterviewRuntimeUrl + "hdssystem.css"
- The XAML style sheet: InterviewRuntimeUrl + ThemeName + ".xaml"
You can switch interviews to different "themes" or appearances by changing the ThemeName property, but of course you must choose a ThemeName for which appropriate files exist.
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.
This is related (but not equivalent) to HotDocsCSSUrl in the HotDocs Server API and the HotDocsCssUrl setting in Core Services. These other settings defines the *full* URL to the CSS "User" style sheet. In the HotDocs Open SDK, that same full URL would be defined as InterviewRuntimeUrl + ThemeName + ".css".