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 (8.0.2.1001)
SyntaxTransferResult Export(
ExportConfig config
)
Function Export (
config As ExportConfig
) As TransferResult
TransferResult^ Export(
ExportConfig^ config
)
abstract Export :
config : ExportConfig -> TransferResult
Parameters
- config
- Type: Dundas.BI.TransferExportConfig
The configuration for performing the export operation.
Return Value
Type:
TransferResultThe result of the export.
Exceptions| Exception | Condition |
|---|
| ArgumentNullException | config is . |
| InvalidOperationException | No items specified to export. |
| NoPrivilegeException | The caller does not have administrative privileges. |
| InvalidSessionException | The caller context is not associated with a valid session. |
See Also