TemplateManifest DataSources Property
DataSources lists the data sources (DataSource objects) from which the template may (at user request) attempt to retrieve data during an interview.

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

public DataSource[] DataSources { get; private set; }

Property Value

Type:  DataSource 
See Also