InterviewSettings AnswerFileDataServiceUrl Property
The URL of an OData data service to which requests for HotDocs answer file-based answer sources will be sent. Defaults to null (which disables the ability of browser interviews to request answer file-based answer sources).

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

public string AnswerFileDataServiceUrl { get; set; }

Property Value

Type: OnlineString
Remarks

TODO: Document the query string used by the browser interview when performing an HTTP GET from this URL.
See Also