ITransferServiceSaveExportConfiguration Method

Saves an 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
void SaveExportConfiguration(
	ExportConfig exportConfig
)

Parameters

exportConfig
Type: Dundas.BI.TransferExportConfig
The export configuration object to be saved.
Exceptions
ExceptionCondition
ArgumentNullExceptionexportConfig is .
ArgumentExceptionName is 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