InterviewSettings CustomDataSources Property
A collection of custom answer sources. The dictionary Key is the name of a custom data source; the Value is the Url of the OData data service that will return the desired data. Defaults to an empty dictionary.

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

public Dictionary<string, string> CustomDataSources { get; private set; }

Property Value

Type: OnlineDictionary OnlineString, OnlineString 
Remarks

TODO: Make sure custom data sources are better documented.
See Also