Open this page in the API Guide

ITransferService.SaveExportConfiguration Method

Saves an export configuration.

Namespace:  Dundas.BI.Transfer
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
void SaveExportConfiguration(
	ExportConfig exportConfig
)

Parameters

exportConfig
Type: Dundas.BI.Transfer.ExportConfig
The export configuration object to be saved.
Exceptions
ExceptionCondition
ArgumentNullExceptionexportConfig is null.
ArgumentExceptionName is null or empty.
DuplicateItemExceptionAn export configuration with the specified name already exists.
NotFoundExceptionThe export configuration with the specified ID, which is not equal to Empty, does not exist.
NoPrivilegeExceptionThe caller does not have administrative privileges.
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also