ImportConfig Constructor (String)

Initializes a new instance of the ImportConfig class.

Namespace:  Dundas.BI.Transfer
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
public ImportConfig(
	string transferFileUncPath
)

Parameters

transferFileUncPath
Type: SystemString
The UNC path of the transfer file.
See Also