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 (26.2.0.1000)
Syntax
TransferResult Export(
	ExportConfig config
)

Parameters

config  ExportConfig
The configuration for performing the export operation.

Return Value

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