ITransferServiceGetExportConfiguration Method

Retrieves an export configuration which specified by exportConfigId.

Namespace:  Dundas.BI.Transfer
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
ExportConfig GetExportConfiguration(
	Guid exportConfigId
)

Parameters

exportConfigId
Type: SystemGuid
ID of the export configuration to be retrieved.

Return Value

Type: ExportConfig
The export configuration which specified by exportConfigId.
Exceptions
ExceptionCondition
ArgumentExceptionexportConfigId is Empty.
NotFoundExceptionThe export configuration with the specified ID does not exist.
NoPrivilegeExceptionThe caller does not have administrative privileges.
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also