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 (26.2.0.1000)
Syntax
TransferResult Import(
	ImportConfig config
)

Parameters

config  ImportConfig
The configuration for performing the import operation.

Return Value

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