DataSourcesCollection Remove Method (String)
Remove removes the data source specified by name

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

public void Remove(
	string name
)

Parameters

name
Type: OnlineSystem String
identifies the data source being removed from the data sources in this class instance
See Also