DataSourcesCollection Add Method
Add adds dataServiceElement to the collection of data sources in this class

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

public void Add(
	DataSourceElement dataServiceElement
)

Parameters

dataServiceElement
Type: HotDocs.Sdk DataSourceElement
The DataSourceElement being added to the data sources in this class
See Also