ITransferServiceExport Method

Export a transfer file according to the specified export 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 Export(
	ExportConfig config
)

Parameters

config
Type: Dundas.BI.TransferExportConfig
The configuration for performing the export operation.

Return Value

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