ITransferServiceImport Method

Import a transfer file according to the specified import configuration.

Namespace:  Dundas.BI.Transfer
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
TransferResult Import(
	ImportConfig config
)

Parameters

config
Type: Dundas.BI.TransferImportConfig
The configuration for performing the import operation.

Return Value

Type: TransferResult
The result of the import.
Exceptions
ExceptionCondition
ArgumentNullExceptionconfig is .
NoPrivilegeExceptionThe caller does not have administrative privileges.
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also